站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 common API Documentation 英文版文档

org.jboss.util.state (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档


Package org.jboss.util.state

State machine classes.

See:
          Description

Interface Summary
StateMachine.Acceptable Provides the interface for dynmaic state acceptability.
StateMachine.ChangeListener A listener for state change events.
StateMachine.Model Defines the data model required by a StateMachine.
 

Class Summary
AcceptableState An abstract state to build dynamicily state acceptabile states.
DefaultStateMachineModel A default implementation of a state machine model.
DefaultStateMachineModel.Entry A container for entiries in the state acceptable map.
State Provides the basic interface for states (both accepting, acceptable and final) of a state machine.
StateAdapter A helper state for instances which need to be StateMachine.Acceptable and/or StateMachine.ChangeListeners.
StateMachine A generalization of a programmable finite-state machine (with a twist).
StateMachine.ChangeEvent An event for state change notifications.
Test ???
 

Package org.jboss.util.state Description

State machine classes.

Package Specification

Related Documentation

Package Status

Todo



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