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 ThreadPolicyValueThreadPolicyImpl. valueMethods in com.sun.corba.ee.impl.oa.poa that return ThreadPolicyValue Modifier and Type Method Description ThreadPolicyValueThreadPolicyImpl. value()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ThreadPolicyValue Modifier and Type Method Description ThreadPolicyPOAImpl. create_thread_policy(ThreadPolicyValue value)create_thread_policySection 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. __arraystatic ThreadPolicyValueThreadPolicyValue. ORB_CTRL_MODELstatic ThreadPolicyValueThreadPolicyValue. SINGLE_THREAD_MODELThreadPolicyValueThreadPolicyValueHolder. valueMethods in org.omg.PortableServer that return ThreadPolicyValue Modifier and Type Method Description static ThreadPolicyValueThreadPolicyValueHelper. extract(Any a)static ThreadPolicyValueThreadPolicyValue. from_int(int value)static ThreadPolicyValueThreadPolicyValueHelper. read(InputStream istream)ThreadPolicyValueThreadPolicyOperations. value()specifies the policy valueMethods in org.omg.PortableServer with parameters of type ThreadPolicyValue Modifier and Type Method Description ThreadPolicyPOAOperations. create_thread_policy(ThreadPolicyValue value)These operations each return a reference to a policy object with the specified value.static voidThreadPolicyValueHelper. insert(Any a, ThreadPolicyValue that)static voidThreadPolicyValueHelper. write(OutputStream ostream, ThreadPolicyValue value)Constructors in org.omg.PortableServer with parameters of type ThreadPolicyValue Constructor Description ThreadPolicyValueHolder(ThreadPolicyValue initialValue)
-