1 6 7 package SOFA.SOFAnet.Local.RMI; 8 9 import java.rmi.Remote ; 10 import java.rmi.RemoteException ; 11 12 17 public interface RMILocalInterface extends Remote  18 { 19 int acquireComponent(String componentFullName) throws RemoteException ; 20 int releaseComponent(String componentFullName) throws RemoteException ; 21 int obtainMissingComponent(String componentFullName) throws RMILocalException, RemoteException ; 22 } 23 | Popular Tags |