1 package SOFA.Component; 2 3 4 8 public interface RegisterOperations { 9 15 void registerSubcomponent(java.lang.String name, SOFA.Connector.Reference target) throws SOFA.Component.NamingException, InstantiationException ; 16 20 void unregisterSubcomponent(java.lang.String name) throws SOFA.Component.NamingException; 21 26 SOFA.Connector.Reference getProvisionReference(String name) throws NamingException; 27 33 void setRequirement(String name, SOFA.Connector.Reference ref) throws InstantiationException , NamingException; 34 38 void connectSubsumable() throws NamingException, InstantiationException ; 39 } 40 | Popular Tags |