SCS

Uses of Interface
scs.container.ComponentInterceptionOperations

Packages that use ComponentInterceptionOperations
scs.container   
 

Uses of ComponentInterceptionOperations in scs.container
 

Subinterfaces of ComponentInterceptionOperations in scs.container
 interface ComponentInterception
          scs/container/ComponentInterception.java .
 

Classes in scs.container that implement ComponentInterceptionOperations
 class _ComponentInterceptionStub
          scs/container/_ComponentInterceptionStub.java .
 class ComponentInterceptionPOA
          scs/container/ComponentInterceptionPOA.java .
 class ComponentInterceptionPOATie
          scs/container/ComponentInterceptionPOATie.java .
 

Methods in scs.container that return ComponentInterceptionOperations
 ComponentInterceptionOperations ComponentInterceptionPOATie._delegate()
           
 

Methods in scs.container with parameters of type ComponentInterceptionOperations
 void ComponentInterceptionPOATie._delegate(ComponentInterceptionOperations delegate)
           
 

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


SCS