Uses of Class
org.apache.qpid.client.util.BlockingWaiter

Packages that use BlockingWaiter
org.apache.qpid.client   
org.apache.qpid.client.protocol   
org.apache.qpid.client.state   
org.apache.qpid.client.state.listener   
 

Uses of BlockingWaiter in org.apache.qpid.client
 

Subclasses of BlockingWaiter in org.apache.qpid.client
(package private)  class AMQSession_0_8.QueueDeclareOkHandler
           
 

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

Subclasses of BlockingWaiter in org.apache.qpid.client.protocol
 class BlockingMethodFrameListener
          BlockingMethodFrameListener is a 'rendezvous' which acts as a AMQMethodListener that delegates handling of incoming methods to a method listener implemented as a sub-class of this and hands off the processed method or error to a consumer.
 

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

Subclasses of BlockingWaiter in org.apache.qpid.client.state
 class StateWaiter
          This is an implementation of the BlockingWaiter to provide error handing and a waiting mechanism for state changes.
 

Uses of BlockingWaiter in org.apache.qpid.client.state.listener
 

Subclasses of BlockingWaiter in org.apache.qpid.client.state.listener
 class SpecificMethodFrameListener
           
 



Licensed to the Apache Software Foundation