Uses of Interface
org.omg.PortableServer.RequestProcessingPolicyOperations

Packages that use RequestProcessingPolicyOperations
org.jacorb.poa.policy   
org.omg.PortableServer   
 

Uses of RequestProcessingPolicyOperations in org.jacorb.poa.policy
 

Classes in org.jacorb.poa.policy that implement RequestProcessingPolicyOperations
 class RequestProcessingPolicy
          This class implements the request processing policy.
 

Uses of RequestProcessingPolicyOperations in org.omg.PortableServer
 

Subinterfaces of RequestProcessingPolicyOperations in org.omg.PortableServer
 interface RequestProcessingPolicy
          Generated from IDL interface "RequestProcessingPolicy"
 

Classes in org.omg.PortableServer that implement RequestProcessingPolicyOperations
 class _RequestProcessingPolicyLocalBase
          Abstract base class for implementations of local interface RequestProcessingPolicy
 class RequestProcessingPolicyLocalTie
          Generated from IDL interface "RequestProcessingPolicy"
 

Methods in org.omg.PortableServer that return RequestProcessingPolicyOperations
 RequestProcessingPolicyOperations RequestProcessingPolicyLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type RequestProcessingPolicyOperations
 void RequestProcessingPolicyLocalTie._delegate(RequestProcessingPolicyOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type RequestProcessingPolicyOperations
RequestProcessingPolicyLocalTie(RequestProcessingPolicyOperations delegate)