Package org.jboss.security.util.state
-
Class Summary Class Description State The respresentation of a state in a state machine.StateMachine The representation of a finite state machine.Transition A representation of a transition from a state to another state. -
Exception Summary Exception Description IllegalTransitionException An exception thrown when an invalid transition is attempted from a state.