|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个 CLASS | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
javax.enterprise.deploy.shared Class StateType
java.lang.Objectjavax.enterprise.deploy.shared.StateType
public class StateType
- extends Object
Class StateTypes defines enumeration values for the DeploymentStatus object.
- 作者:
- rsearls
| 字段摘要 | |
|---|---|
static StateType |
COMPLETED
The action operation has completed normally. |
static StateType |
FAILED
The action operation has failed. |
static StateType |
RELEASED
The DeploymentManager is running in discommected mode. |
static StateType |
RUNNING
The action operation is running normally. |
| 构造器摘要 | |
|---|---|
protected |
StateType(int value)
Construct a new enumeration value with the given integer value. |
| 方法摘要 | |
|---|---|
protected StateType[] |
getEnumValueTable()
Returns the enumeration value table for class StateType |
protected int |
getOffset()
Returns the lowest integer value used by this enumeration value's enumeration class. |
static StateType |
getStateType(int value)
Return an object of the specified value. |
protected String[] |
getStringTable()
Returns the string table for class StateType |
int |
getValue()
Returns this enumeration value's integer value. |
String |
toString()
Return the string name of this StateType or the integer value if outside the bounds of the table |
| 类方法继承 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
RUNNING
public static final StateType RUNNING
- The action operation is running normally.
COMPLETED
public static final StateType COMPLETED
- The action operation has completed normally.
FAILED
public static final StateType FAILED
- The action operation has failed.
RELEASED
public static final StateType RELEASED
- The DeploymentManager is running in discommected mode.
| 构造器详细信息 |
|---|
StateType
protected StateType(int value)
- Construct a new enumeration value with the given integer value.
- 参数:
value- Integer value.
| 方法详细信息 |
|---|
getValue
public int getValue()
- Returns this enumeration value's integer value.
- 返回:
- the value
getStringTable
protected String[] getStringTable()
- Returns the string table for class StateType
getEnumValueTable
protected StateType[] getEnumValueTable()
- Returns the enumeration value table for class StateType
getStateType
public static StateType getStateType(int value)
- Return an object of the specified value.
- 参数:
value- a designator for the object.
toString
public String toString()
- Return the string name of this StateType or the
integer value if outside the bounds of the table
getOffset
protected int getOffset()
- Returns the lowest integer value used by this enumeration value's
enumeration class.
The default implementation returns 0.
- 返回:
- the offset of the lowest enumeration value.
|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个 CLASS | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.
javax.enterprise.deploy.shared.StateType