SCS

Uses of Interface
scs.container.ComponentCollectionOperations

Packages that use ComponentCollectionOperations
scs.container   
scs.container.servant   
 

Uses of ComponentCollectionOperations in scs.container
 

Subinterfaces of ComponentCollectionOperations in scs.container
 interface ComponentCollection
          scs/container/ComponentCollection.java .
 

Classes in scs.container that implement ComponentCollectionOperations
 class _ComponentCollectionStub
          scs/container/_ComponentCollectionStub.java .
 class ComponentCollectionPOA
          scs/container/ComponentCollectionPOA.java .
 class ComponentCollectionPOATie
          scs/container/ComponentCollectionPOATie.java .
 

Methods in scs.container that return ComponentCollectionOperations
 ComponentCollectionOperations ComponentCollectionPOATie._delegate()
           
 

Methods in scs.container with parameters of type ComponentCollectionOperations
 void ComponentCollectionPOATie._delegate(ComponentCollectionOperations delegate)
           
 

Constructors in scs.container with parameters of type ComponentCollectionOperations
ComponentCollectionPOATie(ComponentCollectionOperations delegate)
           
ComponentCollectionPOATie(ComponentCollectionOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of ComponentCollectionOperations in scs.container.servant
 

Classes in scs.container.servant that implement ComponentCollectionOperations
 class ComponentCollectionServant
          Servant da interface scs::container::ComponentCollection
 


SCS