所有类


org.omg.PortableServer.POAManagerPackage
类 State

java.lang.Object
  继承者 org.omg.PortableServer.POAManagerPackage.State
所有已实现的接口:
Serializable, IDLEntity

public class State
   
   
   
   
     
     
extends Object
implements IDLEntity

指定 POAManager 的状态。


字段摘要
static int_ACTIVE
           
static int_DISCARDING
           
static int_HOLDING
           
static int_INACTIVE
           
static StateACTIVE
           
static StateDISCARDING
           
static StateHOLDING
           
static StateINACTIVE
           
 
构造方法摘要
protected State(int value)
           
 
方法摘要
static Statefrom_int(int value)
           
 intvalue()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_HOLDING

public static final int _HOLDING
另请参见:
常量字段值

HOLDING

public static final State HOLDING

_ACTIVE

public static final int _ACTIVE
另请参见:
常量字段值

ACTIVE

public static final State ACTIVE

_DISCARDING

public static final int _DISCARDING
另请参见:
常量字段值

DISCARDING

public static final State DISCARDING

_INACTIVE

public static final int _INACTIVE
另请参见:
常量字段值