Uses of Class
org.jboss.util.state.State

Packages that use State
org.jboss.util.state   
 

Uses of State in org.jboss.util.state
 

Methods in org.jboss.util.state that return State
 State StateMachine.getCurrentState()
          Get the current state of the state machine.
 State StateMachine.getStartState()
          Get the start state of the state machine.
 State Transition.getTarget()
           
 State StateMachine.nextState(String actionName)
          Transition to the next state given the name of a valid transition.
 State StateMachine.reset()
          Reset the state machine back to the start state
 

Constructors in org.jboss.util.state with parameters of type State
StateMachine(Set states, State startState)
          Create a state machine given its states and start state.
StateMachine(Set states, State startState, String description)
          Create a state machine given its states and start state.
Transition(String name, State target)
           
 



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