org.omg.PortableServer
Class ThreadPolicyValue

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by org.omg.PortableServer.ThreadPolicyValue
All Implemented Interfaces:
Serializable sample code for java.io.Serializable definition code for java.io.Serializable , IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity

public class ThreadPolicyValue
extends Object sample code for java.lang.Object definition code for java.lang.Object
implements IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.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:
Serialized Form

Field Summary
static int _ORB_CTRL_MODEL
           
static int _SINGLE_THREAD_MODEL
           
static ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue definition code for org.omg.PortableServer.ThreadPolicyValue ORB_CTRL_MODEL sample code for org.omg.PortableServer.ThreadPolicyValue.ORB_CTRL_MODEL definition code for org.omg.PortableServer.ThreadPolicyValue.ORB_CTRL_MODEL
           
static ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue definition code for org.omg.PortableServer.ThreadPolicyValue SINGLE_THREAD_MODEL sample code for org.omg.PortableServer.ThreadPolicyValue.SINGLE_THREAD_MODEL definition code for org.omg.PortableServer.ThreadPolicyValue.SINGLE_THREAD_MODEL
           
 
Constructor Summary
protected ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue.ThreadPolicyValue(int) definition code for org.omg.PortableServer.ThreadPolicyValue.ThreadPolicyValue(int) (int value)
           
 
Method Summary
static ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue definition code for org.omg.PortableServer.ThreadPolicyValue from_int sample code for org.omg.PortableServer.ThreadPolicyValue.from_int(int) definition code for org.omg.PortableServer.ThreadPolicyValue.from_int(int) (int value)
           
 int value sample code for org.omg.PortableServer.ThreadPolicyValue.value() definition code for org.omg.PortableServer.ThreadPolicyValue.value() ()
           
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , toString sample code for java.lang.Object.toString() definition code for java.lang.Object.toString() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

_ORB_CTRL_MODEL sample code for org.omg.PortableServer.ThreadPolicyValue._ORB_CTRL_MODEL

public static final int _ORB_CTRL_MODEL
See Also:
Constant Field Values

ORB_CTRL_MODEL sample code for org.omg.PortableServer.ThreadPolicyValue.ORB_CTRL_MODEL

public static final ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue definition code for org.omg.PortableServer.ThreadPolicyValue  ORB_CTRL_MODEL

_SINGLE_THREAD_MODEL sample code for org.omg.PortableServer.ThreadPolicyValue._SINGLE_THREAD_MODEL

public static final int _SINGLE_THREAD_MODEL
See Also:
Constant Field Values

SINGLE_THREAD_MODEL sample code for org.omg.PortableServer.ThreadPolicyValue.SINGLE_THREAD_MODEL

public static final ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue definition code for org.omg.PortableServer.ThreadPolicyValue  SINGLE_THREAD_MODEL
Constructor Detail

ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue(int) definition code for org.omg.PortableServer.ThreadPolicyValue(int)

protected ThreadPolicyValue(int value)
Method Detail

value sample code for org.omg.PortableServer.ThreadPolicyValue.value() definition code for org.omg.PortableServer.ThreadPolicyValue.value()

public int value()

from_int sample code for org.omg.PortableServer.ThreadPolicyValue.from_int(int) definition code for org.omg.PortableServer.ThreadPolicyValue.from_int(int)

public static ThreadPolicyValue sample code for org.omg.PortableServer.ThreadPolicyValue definition code for org.omg.PortableServer.ThreadPolicyValue  from_int(int value)