Uses of Class
org.jboss.security.util.state.State
-
Packages that use State Package Description org.jboss.security.util.state -
-
Uses of State in org.jboss.security.util.state
Methods in org.jboss.security.util.state that return State Modifier and Type Method Description State
State. addTransition(Transition transition)
Add a transition to the allowed transition map.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 stateConstructors in org.jboss.security.util.state with parameters of type State Constructor Description 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)
-