Uses of Class
org.omg.PortableServer.ThreadPolicyValue

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

Uses of ThreadPolicyValue in org.jacorb.poa
 

Methods in org.jacorb.poa with parameters of type ThreadPolicyValue
 ThreadPolicy POA.create_thread_policy(ThreadPolicyValue value)
           
 

Uses of ThreadPolicyValue in org.jacorb.poa.policy
 

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

Constructors in org.jacorb.poa.policy with parameters of type ThreadPolicyValue
ThreadPolicy(ThreadPolicyValue _value)
           
 

Uses of ThreadPolicyValue in org.omg.PortableServer
 

Fields in org.omg.PortableServer declared as ThreadPolicyValue
 ThreadPolicyValue ThreadPolicyValueHolder.value
           
static ThreadPolicyValue ThreadPolicyValue.ORB_CTRL_MODEL
           
static ThreadPolicyValue ThreadPolicyValue.SINGLE_THREAD_MODEL
           
static ThreadPolicyValue ThreadPolicyValue.MAIN_THREAD_MODEL
           
 

Methods in org.omg.PortableServer that return ThreadPolicyValue
 ThreadPolicyValue ThreadPolicyLocalTie.value()
           
static ThreadPolicyValue ThreadPolicyValueHelper.extract(Any any)
           
static ThreadPolicyValue ThreadPolicyValueHelper.read(InputStream in)
           
static ThreadPolicyValue ThreadPolicyValue.from_int(int value)
           
 ThreadPolicyValue ThreadPolicyOperations.value()
           
 

Methods in org.omg.PortableServer with parameters of type ThreadPolicyValue
static void ThreadPolicyValueHelper.insert(Any any, ThreadPolicyValue s)
           
static void ThreadPolicyValueHelper.write(OutputStream out, ThreadPolicyValue s)
           
 ThreadPolicy POALocalTie.create_thread_policy(ThreadPolicyValue value)
           
 ThreadPolicy POAOperations.create_thread_policy(ThreadPolicyValue value)
           
 

Constructors in org.omg.PortableServer with parameters of type ThreadPolicyValue
ThreadPolicyValueHolder(ThreadPolicyValue initial)