Uses of Class
org.apache.qpid.server.state.AMQState

Packages that use AMQState
org.apache.qpid.server.state   
 

Uses of AMQState in org.apache.qpid.server.state
 

Methods in org.apache.qpid.server.state that return AMQState
 AMQState AMQStateManager.getCurrentState()
           
 AMQState IllegalStateTransitionException.getOriginalState()
           
static AMQState AMQState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AMQState[] AMQState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.server.state with parameters of type AMQState
 void AMQStateManager.changeState(AMQState newState)
           
 void StateListener.stateChanged(AMQState oldState, AMQState newState)
           
 

Constructors in org.apache.qpid.server.state with parameters of type AMQState
IllegalStateTransitionException(AMQState originalState, Class frame)
           
 



Licensed to the Apache Software Foundation