Package org.omg.PortableServer
Class ThreadPolicyValueHelper
- java.lang.Object
-
- org.omg.PortableServer.ThreadPolicyValueHelper
-
public abstract class ThreadPolicyValueHelper extends java.lang.Object
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 Modifier and Type Field Description private static TypeCode
__typeCode
private static java.lang.String
_id
-
Constructor Summary
Constructors Constructor Description ThreadPolicyValueHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThreadPolicyValue
extract(Any a)
static java.lang.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 Detail
-
_id
private static java.lang.String _id
-
__typeCode
private static TypeCode __typeCode
-
-
Method Detail
-
insert
public static void insert(Any a, ThreadPolicyValue that)
-
extract
public static ThreadPolicyValue extract(Any a)
-
type
public static TypeCode type()
-
id
public static java.lang.String id()
-
read
public static ThreadPolicyValue read(InputStream istream)
-
write
public static void write(OutputStream ostream, ThreadPolicyValue value)
-
-