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

Uses of Class org.jboss.util.state.DefaultStateMachineModel.Entry (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档


Uses of Class
org.jboss.util.state.DefaultStateMachineModel.Entry

Packages that use DefaultStateMachineModel.Entry
org.jboss.util.state State machine classes. 
 

Uses of DefaultStateMachineModel.Entry in org.jboss.util.state
 

Fields in org.jboss.util.state declared as DefaultStateMachineModel.Entry
protected  DefaultStateMachineModel.Entry DefaultStateMachineModel.initial
          The mapping entry for the initial state.
protected  DefaultStateMachineModel.Entry DefaultStateMachineModel.current
          The mapping entry for the current state.
 

Methods in org.jboss.util.state that return DefaultStateMachineModel.Entry
protected  DefaultStateMachineModel.Entry DefaultStateMachineModel.getEntry(State state)
          Get an entry from the map.
protected  DefaultStateMachineModel.Entry DefaultStateMachineModel.putEntry(State state, Set acceptable)
          Put a new entry into the map.
 



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