SCS

Uses of Interface
scs.container.ComponentLoaderOperations

Packages that use ComponentLoaderOperations
scs.container   
scs.container.servant   
 

Uses of ComponentLoaderOperations in scs.container
 

Subinterfaces of ComponentLoaderOperations in scs.container
 interface ComponentLoader
          scs/container/ComponentLoader.java .
 

Classes in scs.container that implement ComponentLoaderOperations
 class _ComponentLoaderStub
          scs/container/_ComponentLoaderStub.java .
 class ComponentLoaderPOA
          scs/container/ComponentLoaderPOA.java .
 class ComponentLoaderPOATie
          scs/container/ComponentLoaderPOATie.java .
 

Methods in scs.container that return ComponentLoaderOperations
 ComponentLoaderOperations ComponentLoaderPOATie._delegate()
           
 

Methods in scs.container with parameters of type ComponentLoaderOperations
 void ComponentLoaderPOATie._delegate(ComponentLoaderOperations delegate)
           
 

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

Uses of ComponentLoaderOperations in scs.container.servant
 

Classes in scs.container.servant that implement ComponentLoaderOperations
 class ComponentLoaderServant
          Servant da interface scs::container::ComponentLoader
 


SCS