org.apache.qpid.server.configuration
Interface SubscriptionConfig

All Superinterfaces:
ConfiguredObject<SubscriptionConfigType,SubscriptionConfig>
All Known Implementing Classes:
BasicGetMethodHandler.GetNoAckSubscription, Subscription_0_10, SubscriptionImpl, SubscriptionImpl.AckSubscription, SubscriptionImpl.BrowserSubscription, SubscriptionImpl.NoAckSubscription

public interface SubscriptionConfig
extends ConfiguredObject<SubscriptionConfigType,SubscriptionConfig>


Method Summary
 Map<String,Object> getArguments()
           
 String getCreditMode()
           
 Long getDelivered()
           
 String getName()
           
 QueueConfig getQueue()
           
 SessionConfig getSessionConfig()
           
 boolean isBrowsing()
           
 boolean isExclusive()
           
 boolean isExplicitAcknowledge()
           
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfiguredObject
getConfigType, getCreateTime, getId, getParent, isDurable
 

Method Detail

getSessionConfig

SessionConfig getSessionConfig()

getQueue

QueueConfig getQueue()

getName

String getName()

getArguments

Map<String,Object> getArguments()

getCreditMode

String getCreditMode()

isBrowsing

boolean isBrowsing()

isExclusive

boolean isExclusive()

isExplicitAcknowledge

boolean isExplicitAcknowledge()

getDelivered

Long getDelivered()


Licensed to the Apache Software Foundation