Uses of Interface
org.omg.PortableServer.ThreadPolicy
-
Packages that use ThreadPolicy Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of ThreadPolicy in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement ThreadPolicy Modifier and Type Class Description (package private) class
ThreadPolicyImpl
Methods in com.sun.corba.ee.impl.oa.poa that return ThreadPolicy Modifier and Type Method Description ThreadPolicy
POAImpl. create_thread_policy(ThreadPolicyValue value)
create_thread_policy
Section 3.3.8.5 -
Uses of ThreadPolicy in org.omg.PortableServer
Methods in org.omg.PortableServer that return ThreadPolicy 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.
-