1 28 package org.objectweb.carol.jtests.conform.basic.server; 29 30 import java.rmi.Remote ; 31 import java.rmi.RemoteException ; 32 33 37 public interface BasicMultiObjectItf extends Remote { 38 39 44 String getMultiString() throws RemoteException ; 45 46 51 BasicObjectItf getBasicObject() throws RemoteException ; 52 53 58 String getBasicRefString() throws RemoteException ; 59 } | Popular Tags |