org.apache.qpid.qmf.schema
Class BrokerSchema.SubscriptionObject
java.lang.Object
org.apache.qpid.qmf.QMFObject<BrokerSchema.SubscriptionClass,BrokerSchema.SubscriptionDelegate>
org.apache.qpid.qmf.schema.BrokerSchema.SubscriptionObject
- Enclosing class:
- BrokerSchema
public final class BrokerSchema.SubscriptionObject
- extends QMFObject<BrokerSchema.SubscriptionClass,BrokerSchema.SubscriptionDelegate>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerSchema.SubscriptionObject
protected BrokerSchema.SubscriptionObject(BrokerSchema.SubscriptionDelegate delegate)
getQMFClass
public BrokerSchema.SubscriptionClass getQMFClass()
- Specified by:
getQMFClass
in class QMFObject<BrokerSchema.SubscriptionClass,BrokerSchema.SubscriptionDelegate>
asConfigInfoCmd
public QMFCommand asConfigInfoCmd(long sampleTime)
- Specified by:
asConfigInfoCmd
in class QMFObject<BrokerSchema.SubscriptionClass,BrokerSchema.SubscriptionDelegate>
asInstrumentInfoCmd
public QMFCommand asInstrumentInfoCmd(long sampleTime)
- Specified by:
asInstrumentInfoCmd
in class QMFObject<BrokerSchema.SubscriptionClass,BrokerSchema.SubscriptionDelegate>
asGetQueryResponseCmd
public QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand,
long sampleTime)
- Specified by:
asGetQueryResponseCmd
in class QMFObject<BrokerSchema.SubscriptionClass,BrokerSchema.SubscriptionDelegate>
getSessionRef
public BrokerSchema.SessionObject getSessionRef()
getQueueRef
public BrokerSchema.QueueObject getQueueRef()
getName
public String getName()
getBrowsing
public Boolean getBrowsing()
getAcknowledged
public Boolean getAcknowledged()
getExclusive
public Boolean getExclusive()
getCreditMode
public String getCreditMode()
getArguments
public Map getArguments()
getDelivered
public Long getDelivered()
Licensed to the Apache Software Foundation