Package org.omg.PortableServer
Class ThreadPolicyValueHelper
java.lang.Object
org.omg.PortableServer.ThreadPolicyValueHelper
The ThreadPolicyValue can have the following values.
ORB_CTRL_MODEL - The ORB is responsible for assigning
requests for an ORB- controlled POA to threads.
SINGLE_THREAD_MODEL - Requests for a single-threaded
POA are processed sequentially.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadPolicyValue
static String
id()
static void
insert
(Any a, ThreadPolicyValue that) static ThreadPolicyValue
read
(InputStream istream) static TypeCode
type()
static void
write
(OutputStream ostream, ThreadPolicyValue value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
ThreadPolicyValueHelper
public ThreadPolicyValueHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-