Uses of Interface
org.apache.qpid.server.flow.FlowCreditManager.FlowCreditManagerListener

Packages that use FlowCreditManager.FlowCreditManagerListener
org.apache.qpid.server.flow   
org.apache.qpid.server.handler   
org.apache.qpid.server.subscription   
 

Uses of FlowCreditManager.FlowCreditManagerListener in org.apache.qpid.server.flow
 

Methods in org.apache.qpid.server.flow with parameters of type FlowCreditManager.FlowCreditManagerListener
 void AbstractFlowCreditManager.addStateListener(FlowCreditManager.FlowCreditManagerListener listener)
           
 void FlowCreditManager.addStateListener(FlowCreditManager.FlowCreditManagerListener listener)
           
 boolean AbstractFlowCreditManager.removeListener(FlowCreditManager.FlowCreditManagerListener listener)
           
 boolean FlowCreditManager.removeListener(FlowCreditManager.FlowCreditManagerListener listener)
           
 

Uses of FlowCreditManager.FlowCreditManagerListener in org.apache.qpid.server.handler
 

Classes in org.apache.qpid.server.handler that implement FlowCreditManager.FlowCreditManagerListener
static class BasicGetMethodHandler.GetNoAckSubscription
           
 

Uses of FlowCreditManager.FlowCreditManagerListener in org.apache.qpid.server.subscription
 

Classes in org.apache.qpid.server.subscription that implement FlowCreditManager.FlowCreditManagerListener
 class Subscription_0_10
           
 class SubscriptionImpl
          Encapsulation of a supscription to a queue.
(package private) static class SubscriptionImpl.AckSubscription
           
(package private) static class SubscriptionImpl.BrowserSubscription
           
static class SubscriptionImpl.NoAckSubscription
           
 



Licensed to the Apache Software Foundation