Uses of Package
org.apache.qpid.client.state

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

Classes in org.apache.qpid.client.state used by org.apache.qpid.client.handler
AMQStateManager
          The state manager is responsible for managing the state of the protocol session.
StateAwareMethodListener
          A frame listener that is informed of the protocl state when invoked and has the opportunity to update state.
 

Classes in org.apache.qpid.client.state used by org.apache.qpid.client.protocol
AMQState
          States used in the AMQ protocol.
AMQStateManager
          The state manager is responsible for managing the state of the protocol session.
StateWaiter
          This is an implementation of the BlockingWaiter to provide error handing and a waiting mechanism for state changes.
 

Classes in org.apache.qpid.client.state used by org.apache.qpid.client.state
AMQState
          States used in the AMQ protocol.
AMQStateChangedEvent
          An event that is fired when the protocol state has changed.
AMQStateManager
          The state manager is responsible for managing the state of the protocol session.
StateWaiter
          This is an implementation of the BlockingWaiter to provide error handing and a waiting mechanism for state changes.
 



Licensed to the Apache Software Foundation