Package org.omg.PortableServer
Class ThreadPolicyValueHelper
- java.lang.Object
-
- org.omg.PortableServer.ThreadPolicyValueHelper
-
public abstract class ThreadPolicyValueHelper extends java.lang.ObjectThe 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__typeCodeprivate 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 ThreadPolicyValueextract(Any a)static java.lang.Stringid()static voidinsert(Any a, ThreadPolicyValue that)static ThreadPolicyValueread(InputStream istream)static TypeCodetype()static voidwrite(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)
-
-