Uses of Class
org.omg.PortableServer.ThreadPolicyValue
-
Packages that use ThreadPolicyValue Package Description org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. -
-
Uses of ThreadPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as ThreadPolicyValue Modifier and Type Field Description static ThreadPolicyValueThreadPolicyValue. ORB_CTRL_MODELstatic ThreadPolicyValueThreadPolicyValue. SINGLE_THREAD_MODELMethods in org.omg.PortableServer that return ThreadPolicyValue Modifier and Type Method Description static ThreadPolicyValueThreadPolicyValue. from_int(int value)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.
-