Uses of Interface
org.omg.PortableServer.ThreadPolicy

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

Uses of ThreadPolicy in org.jacorb.poa
 

Fields in org.jacorb.poa declared as ThreadPolicy
protected  ThreadPolicy POA.threadPolicy
           
 

Methods in org.jacorb.poa that return ThreadPolicy
 ThreadPolicy POA.create_thread_policy(ThreadPolicyValue value)
           
 

Uses of ThreadPolicy in org.jacorb.poa.policy
 

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

Uses of ThreadPolicy in org.omg.PortableServer
 

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

Fields in org.omg.PortableServer declared as ThreadPolicy
 ThreadPolicy ThreadPolicyHolder.value
           
 

Methods in org.omg.PortableServer that return ThreadPolicy
static ThreadPolicy ThreadPolicyHelper.extract(Any any)
           
static ThreadPolicy ThreadPolicyHelper.read(InputStream in)
           
static ThreadPolicy ThreadPolicyHelper.narrow(java.lang.Object obj)
           
static ThreadPolicy ThreadPolicyHelper.narrow(Object obj)
           
static ThreadPolicy ThreadPolicyHelper.unchecked_narrow(Object obj)
           
 ThreadPolicy POALocalTie.create_thread_policy(ThreadPolicyValue value)
           
 ThreadPolicy POAOperations.create_thread_policy(ThreadPolicyValue value)
           
 

Methods in org.omg.PortableServer with parameters of type ThreadPolicy
static void ThreadPolicyHelper.insert(Any any, ThreadPolicy s)
           
static void ThreadPolicyHelper.write(OutputStream _out, ThreadPolicy s)
           
 

Constructors in org.omg.PortableServer with parameters of type ThreadPolicy
ThreadPolicyHolder(ThreadPolicy initial)