当前页面:
在线文档首页 >
JBoss 3.2.7 common API Documentation 英文版文档
AcceptableState (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档
org.jboss.util.state
Class AcceptableState
java.lang.Object
org.jboss.util.CloneableObject
org.jboss.util.state.State
org.jboss.util.state.AcceptableState
- All Implemented Interfaces:
- Cloneable, Serializable, StateMachine.Acceptable
- public abstract class AcceptableState
- extends State
- implements StateMachine.Acceptable
An abstract state to build dynamicily state acceptabile states.
Sub-classes must implement
StateMachine.Acceptable.isAcceptable(State)
.
- Version:
- $Revision: 1.2 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
AcceptableState
public AcceptableState(int value,
String name)
AcceptableState
public AcceptableState(int value)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.