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

Packages that use AMQState
org.apache.qpid.client.protocol   
org.apache.qpid.client.state   
 

Uses of AMQState in org.apache.qpid.client.protocol
 

Method parameters in org.apache.qpid.client.protocol with type arguments of type AMQState
 StateWaiter AMQProtocolHandler.createWaiter(Set<AMQState> states)
           
 

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

Fields in org.apache.qpid.client.state with type parameters of type AMQState
(package private)  Set<AMQState> StateWaiter._awaitStates
           
 

Methods in org.apache.qpid.client.state that return AMQState
 AMQState StateWaiter.await()
          Await for the requried State to be achieved within the default timeout.
 AMQState StateWaiter.await(long timeout)
          Await for the requried State to be achieved.
 AMQState AMQStateManager.getCurrentState()
           
 AMQState AMQStateChangedEvent.getNewState()
           
 AMQState AMQStateChangedEvent.getOldState()
           
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.client.state with parameters of type AMQState
 void AMQStateManager.changeState(AMQState newState)
           
 boolean StateWaiter.process(AMQState state)
          When the state is changed this StateWaiter is notified to process the change.
 

Method parameters in org.apache.qpid.client.state with type arguments of type AMQState
 StateWaiter AMQStateManager.createWaiter(Set<AMQState> states)
          Create and add a new waiter to the notifcation list.
 

Constructors in org.apache.qpid.client.state with parameters of type AMQState
AMQStateChangedEvent(AMQState oldState, AMQState newState)
           
AMQStateManager(AMQState state, AMQProtocolSession protocolSession)
           
StateWaiter(AMQStateManager stateManager, AMQState currentState, Set<AMQState> awaitStates)
           
 

Constructor parameters in org.apache.qpid.client.state with type arguments of type AMQState
StateWaiter(AMQStateManager stateManager, AMQState currentState, Set<AMQState> awaitStates)
           
 



Licensed to the Apache Software Foundation