Uses of Class
org.omg.PortableServer.ThreadPolicyValue

Packages that use ThreadPolicyValue
org.omg.PortableServer   
 

Uses of ThreadPolicyValue in org.omg.PortableServer
 

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

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

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

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



Copyright © 2008. All Rights Reserved.