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

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


Uses of Class
org.jboss.util.state.StateMachine

Packages that use StateMachine
org.jboss.util.state State machine classes. 
 

Uses of StateMachine in org.jboss.util.state
 

Methods in org.jboss.util.state that return StateMachine
static StateMachine StateMachine.makeSynchronized(StateMachine machine, Object mutex)
          Return a synchronized state machine.
static StateMachine StateMachine.makeSynchronized(StateMachine machine)
          Return a synchronized state machine.
static StateMachine StateMachine.makeImmutable(StateMachine machine, boolean hideModel)
          Return a immutable state machine.
static StateMachine StateMachine.makeImmutable(StateMachine machine)
          Return a immutable state machine.
 StateMachine StateMachine.ChangeEvent.getStateMachine()
          The state machine which generated the event.
 

Methods in org.jboss.util.state with parameters of type StateMachine
static StateMachine StateMachine.makeSynchronized(StateMachine machine, Object mutex)
          Return a synchronized state machine.
static StateMachine StateMachine.makeSynchronized(StateMachine machine)
          Return a synchronized state machine.
static StateMachine StateMachine.makeImmutable(StateMachine machine, boolean hideModel)
          Return a immutable state machine.
static StateMachine StateMachine.makeImmutable(StateMachine machine)
          Return a immutable state machine.
 

Constructors in org.jboss.util.state with parameters of type StateMachine
StateMachine.ChangeEvent(StateMachine source, State previous, State current)
           
 



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