Uses of Class
org.omg.PortableServer.ThreadPolicyValue
-
Packages that use ThreadPolicyValue 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。 -
-
Uses of ThreadPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as ThreadPolicyValue Modifier and Type Field 描述 static ThreadPolicyValue
ThreadPolicyValue. ORB_CTRL_MODEL
static ThreadPolicyValue
ThreadPolicyValue. SINGLE_THREAD_MODEL
Methods in org.omg.PortableServer that return ThreadPolicyValue Modifier and Type 方法 描述 static ThreadPolicyValue
ThreadPolicyValue. from_int(int value)
ThreadPolicyValue
ThreadPolicyOperations. value()
指定策略值Methods in org.omg.PortableServer with parameters of type ThreadPolicyValue Modifier and Type 方法 描述 ThreadPolicy
POAOperations. create_thread_policy(ThreadPolicyValue value)
这些操作都返回具有指定值的策略对象的引用。
-