JavaTM 2 Platform
Standard Ed. 6

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 State ACTIVE
           
static State DISCARDING
           
static State HOLDING
           
static State INACTIVE
           
 
构造方法摘要
protected State(int value)
           
 
方法摘要
static State from_int(int value)
           
 int value()
           
 
从类 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
另请参见:
常量字段值

INACTIVE

public static final State INACTIVE
构造方法详细信息

State

protected State(int value)
方法详细信息

value

public int value()

from_int

public static State from_int(int value)

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only