Uses of Class
org.omg.PortableServer.ThreadPolicyValue
-
Packages that use ThreadPolicyValue Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of ThreadPolicyValue in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as ThreadPolicyValue Modifier and Type Field Description private ThreadPolicyValue
ThreadPolicyImpl. value
Methods in com.sun.corba.ee.impl.oa.poa that return ThreadPolicyValue Modifier and Type Method Description ThreadPolicyValue
ThreadPolicyImpl. value()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ThreadPolicyValue Modifier and Type Method Description ThreadPolicy
POAImpl. create_thread_policy(ThreadPolicyValue value)
create_thread_policy
Section 3.3.8.5Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type ThreadPolicyValue Constructor Description ThreadPolicyImpl(ThreadPolicyValue value)
-
Uses of ThreadPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as ThreadPolicyValue Modifier and Type Field Description private static ThreadPolicyValue[]
ThreadPolicyValue. __array
static ThreadPolicyValue
ThreadPolicyValue. ORB_CTRL_MODEL
static ThreadPolicyValue
ThreadPolicyValue. SINGLE_THREAD_MODEL
ThreadPolicyValue
ThreadPolicyValueHolder. value
Methods in org.omg.PortableServer that return ThreadPolicyValue Modifier and Type Method Description static ThreadPolicyValue
ThreadPolicyValueHelper. extract(Any a)
static ThreadPolicyValue
ThreadPolicyValue. from_int(int value)
static ThreadPolicyValue
ThreadPolicyValueHelper. read(InputStream istream)
ThreadPolicyValue
ThreadPolicyOperations. value()
specifies the policy valueMethods in org.omg.PortableServer with parameters of type ThreadPolicyValue Modifier and Type Method Description ThreadPolicy
POAOperations. create_thread_policy(ThreadPolicyValue value)
These operations each return a reference to a policy object with the specified value.static void
ThreadPolicyValueHelper. insert(Any a, ThreadPolicyValue that)
static void
ThreadPolicyValueHelper. write(OutputStream ostream, ThreadPolicyValue value)
Constructors in org.omg.PortableServer with parameters of type ThreadPolicyValue Constructor Description ThreadPolicyValueHolder(ThreadPolicyValue initialValue)
-