org.omg.PortableServer
Class ThreadPolicyValue

java.lang.Object
  extended byorg.omg.PortableServer.ThreadPolicyValue
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ThreadPolicyValue
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "ThreadPolicyValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _MAIN_THREAD_MODEL
           
static int _ORB_CTRL_MODEL
           
static int _SINGLE_THREAD_MODEL
           
static ThreadPolicyValue MAIN_THREAD_MODEL
           
static ThreadPolicyValue ORB_CTRL_MODEL
           
static ThreadPolicyValue SINGLE_THREAD_MODEL
           
 
Constructor Summary
protected ThreadPolicyValue(int i)
           
 
Method Summary
static ThreadPolicyValue from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_ORB_CTRL_MODEL

public static final int _ORB_CTRL_MODEL
See Also:
Constant Field Values

ORB_CTRL_MODEL

public static final ThreadPolicyValue ORB_CTRL_MODEL

_SINGLE_THREAD_MODEL

public static final int _SINGLE_THREAD_MODEL
See Also:
Constant Field Values

SINGLE_THREAD_MODEL

public static final ThreadPolicyValue SINGLE_THREAD_MODEL

_MAIN_THREAD_MODEL

public static final int _MAIN_THREAD_MODEL
See Also:
Constant Field Values

MAIN_THREAD_MODEL

public static final ThreadPolicyValue MAIN_THREAD_MODEL
Constructor Detail

ThreadPolicyValue

protected ThreadPolicyValue(int i)
Method Detail

value

public int value()

from_int

public static ThreadPolicyValue from_int(int value)

toString

public java.lang.String toString()