站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.jboss.util.CloneableObject
      extended byorg.jboss.util.state.State
          extended byorg.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

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.CloneableObject
CloneableObject.Cloneable
 
Field Summary
 
Fields inherited from class org.jboss.util.state.State
name, opaque, value
 
Constructor Summary
AcceptableState(int value)
           
AcceptableState(int value, String name)
           
 
Methods inherited from class org.jboss.util.state.State
equals, getName, getOpaque, getValue, hashCode, setOpaque, toIdentityString, toString
 
Methods inherited from class org.jboss.util.CloneableObject
clone
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.state.StateMachine.Acceptable
isAcceptable
 

Constructor Detail

AcceptableState

public AcceptableState(int value,
                       String name)

AcceptableState

public AcceptableState(int value)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.