Package org.omg.PortableServer
Class ThreadPolicyValue
java.lang.Object
org.omg.PortableServer.ThreadPolicyValue
- All Implemented Interfaces:
Serializable
,IDLEntity
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static ThreadPolicyValue[]
private static int
private int
static final int
static final int
static final ThreadPolicyValue
static final ThreadPolicyValue
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__value
private int __value -
__size
private static int __size -
__array
-
_ORB_CTRL_MODEL
public static final int _ORB_CTRL_MODEL- See Also:
-
ORB_CTRL_MODEL
-
_SINGLE_THREAD_MODEL
public static final int _SINGLE_THREAD_MODEL- See Also:
-
SINGLE_THREAD_MODEL
-
-
Constructor Details
-
ThreadPolicyValue
protected ThreadPolicyValue(int value)
-
-
Method Details
-
value
public int value() -
from_int
-