Uses of Interface
org.omg.PortableServer.ThreadPolicyOperations

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

Uses of ThreadPolicyOperations in org.jacorb.poa.policy
 

Classes in org.jacorb.poa.policy that implement ThreadPolicyOperations
 class ThreadPolicy
          This class implements the thread policy.
 

Uses of ThreadPolicyOperations in org.omg.PortableServer
 

Subinterfaces of ThreadPolicyOperations in org.omg.PortableServer
 interface ThreadPolicy
          Generated from IDL interface "ThreadPolicy"
 

Classes in org.omg.PortableServer that implement ThreadPolicyOperations
 class _ThreadPolicyLocalBase
          Abstract base class for implementations of local interface ThreadPolicy
 class ThreadPolicyLocalTie
          Generated from IDL interface "ThreadPolicy"
 

Methods in org.omg.PortableServer that return ThreadPolicyOperations
 ThreadPolicyOperations ThreadPolicyLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type ThreadPolicyOperations
 void ThreadPolicyLocalTie._delegate(ThreadPolicyOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type ThreadPolicyOperations
ThreadPolicyLocalTie(ThreadPolicyOperations delegate)