1 package SOFA.Connector.Boot; 2 3 import java.rmi.RemoteException ; 4 5 public interface CNRegisterRemoteInterface { 6 void registerSubcomponent(java.lang.String name, byte[] target) throws SOFA.Component.NamingException, SOFA.Component.InstantiationException, RemoteException ; 7 void unregisterSubcomponent(java.lang.String name) throws SOFA.Component.NamingException, RemoteException ; 8 byte[] getProvisionReference(String name) throws SOFA.Component.NamingException, RemoteException ; 9 void setRequirement(String name, byte[] ref) throws SOFA.Component.InstantiationException, SOFA.Component.NamingException, RemoteException ; 10 void connectSubsumable() throws SOFA.Component.NamingException, SOFA.Component.InstantiationException, RemoteException ; 11 } 12 | Popular Tags |