Uses of Class
org.apache.qpid.server.subscription.Subscription.State

Packages that use Subscription.State
org.apache.qpid.server.queue   
org.apache.qpid.server.subscription   
 

Uses of Subscription.State in org.apache.qpid.server.queue
 

Methods in org.apache.qpid.server.queue with parameters of type Subscription.State
 void SimpleAMQQueue.stateChange(Subscription sub, Subscription.State oldState, Subscription.State newState)
           
 

Uses of Subscription.State in org.apache.qpid.server.subscription
 

Methods in org.apache.qpid.server.subscription that return Subscription.State
 Subscription.State Subscription.getState()
           
 Subscription.State SubscriptionImpl.getState()
           
 Subscription.State Subscription_0_10.getState()
           
static Subscription.State Subscription.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Subscription.State[] Subscription.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.server.subscription with parameters of type Subscription.State
 void Subscription.StateListener.stateChange(Subscription sub, Subscription.State oldState, Subscription.State newState)
           
 



Licensed to the Apache Software Foundation