所有类


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
另请参见:
常量字段值

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部