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

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

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

Methods in org.apache.qpid.client.protocol that return StateWaiter
 StateWaiter AMQProtocolHandler.createWaiter(Set<AMQState> states)
           
 

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

Fields in org.apache.qpid.client.state with type parameters of type StateWaiter
protected  List<StateWaiter> AMQStateManager._waiters
           
 

Methods in org.apache.qpid.client.state that return StateWaiter
 StateWaiter AMQStateManager.createWaiter(Set<AMQState> states)
          Create and add a new waiter to the notifcation list.
 

Methods in org.apache.qpid.client.state with parameters of type StateWaiter
 void AMQStateManager.removeWaiter(StateWaiter waiter)
          Remove the waiter from the notification list.
 



Licensed to the Apache Software Foundation