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 Transition.getTarget()
           
 State StateMachine.getCurrentState()
          Get the current state of the state machine.
 State StateMachine.getStartState()
          Get the start state of the state machine.
 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
Transition(String name, State target)
           
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.
 



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