org.apache.qpid.server.queue
Class QueueEntry.SubscriptionAssignedState

java.lang.Object
  extended by org.apache.qpid.server.queue.QueueEntry.EntryState
      extended by org.apache.qpid.server.queue.QueueEntry.SubscriptionAssignedState
Enclosing interface:
QueueEntry

public static final class QueueEntry.SubscriptionAssignedState
extends QueueEntry.EntryState


Constructor Summary
QueueEntry.SubscriptionAssignedState(Subscription subscription)
           
 
Method Summary
 QueueEntry.State getState()
           
 Subscription getSubscription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueEntry.SubscriptionAssignedState

public QueueEntry.SubscriptionAssignedState(Subscription subscription)
Method Detail

getState

public QueueEntry.State getState()
Specified by:
getState in class QueueEntry.EntryState

getSubscription

public Subscription getSubscription()


Licensed to the Apache Software Foundation