org.apache.qpid.qmf.schema
Interface BrokerSchema.QueueDelegate

All Superinterfaces:
QMFObject.Delegate
Enclosing class:
BrokerSchema

public static interface BrokerSchema.QueueDelegate
extends QMFObject.Delegate


Method Summary
 BrokerSchema.ExchangeObject getAltExchange()
           
 Map getArguments()
           
 Boolean getAutoDelete()
           
 Long getBindingCount()
           
 Long getBindingCountHigh()
           
 Long getBindingCountLow()
           
 Long getByteDepth()
           
 Long getBytePersistDequeues()
           
 Long getBytePersistEnqueues()
           
 Long getByteTotalDequeues()
           
 Long getByteTotalEnqueues()
           
 Long getByteTxnDequeues()
           
 Long getByteTxnEnqueues()
           
 Long getConsumerCount()
           
 Long getConsumerCountHigh()
           
 Long getConsumerCountLow()
           
 Boolean getDurable()
           
 Boolean getExclusive()
           
 Long getMessageLatencyAverage()
           
 Long getMessageLatencyMax()
           
 Long getMessageLatencyMin()
           
 Long getMessageLatencySamples()
           
 Long getMsgDepth()
           
 Long getMsgPersistDequeues()
           
 Long getMsgPersistEnqueues()
           
 Long getMsgTotalDequeues()
           
 Long getMsgTotalEnqueues()
           
 Long getMsgTxnDequeues()
           
 Long getMsgTxnEnqueues()
           
 String getName()
           
 Long getUnackedMessages()
           
 Long getUnackedMessagesHigh()
           
 Long getUnackedMessagesLow()
           
 BrokerSchema.VhostObject getVhostRef()
           
 BrokerSchema.QueueClass.PurgeMethodResponseCommand purge(BrokerSchema.QueueClass.PurgeMethodResponseCommandFactory factory, Long request)
           
 BrokerSchema.QueueClass.RerouteMethodResponseCommand reroute(BrokerSchema.QueueClass.RerouteMethodResponseCommandFactory factory, Long request, Boolean useAltExchange, String exchange)
           
 
Methods inherited from interface org.apache.qpid.qmf.QMFObject.Delegate
getCreateTime, getId
 

Method Detail

getVhostRef

BrokerSchema.VhostObject getVhostRef()

getName

String getName()

getDurable

Boolean getDurable()

getAutoDelete

Boolean getAutoDelete()

getExclusive

Boolean getExclusive()

getArguments

Map getArguments()

getAltExchange

BrokerSchema.ExchangeObject getAltExchange()

getMsgTotalEnqueues

Long getMsgTotalEnqueues()

getMsgTotalDequeues

Long getMsgTotalDequeues()

getMsgTxnEnqueues

Long getMsgTxnEnqueues()

getMsgTxnDequeues

Long getMsgTxnDequeues()

getMsgPersistEnqueues

Long getMsgPersistEnqueues()

getMsgPersistDequeues

Long getMsgPersistDequeues()

getMsgDepth

Long getMsgDepth()

getByteDepth

Long getByteDepth()

getByteTotalEnqueues

Long getByteTotalEnqueues()

getByteTotalDequeues

Long getByteTotalDequeues()

getByteTxnEnqueues

Long getByteTxnEnqueues()

getByteTxnDequeues

Long getByteTxnDequeues()

getBytePersistEnqueues

Long getBytePersistEnqueues()

getBytePersistDequeues

Long getBytePersistDequeues()

getConsumerCount

Long getConsumerCount()

getConsumerCountHigh

Long getConsumerCountHigh()

getConsumerCountLow

Long getConsumerCountLow()

getBindingCount

Long getBindingCount()

getBindingCountHigh

Long getBindingCountHigh()

getBindingCountLow

Long getBindingCountLow()

getUnackedMessages

Long getUnackedMessages()

getUnackedMessagesHigh

Long getUnackedMessagesHigh()

getUnackedMessagesLow

Long getUnackedMessagesLow()

getMessageLatencySamples

Long getMessageLatencySamples()

getMessageLatencyMin

Long getMessageLatencyMin()

getMessageLatencyMax

Long getMessageLatencyMax()

getMessageLatencyAverage

Long getMessageLatencyAverage()

purge

BrokerSchema.QueueClass.PurgeMethodResponseCommand purge(BrokerSchema.QueueClass.PurgeMethodResponseCommandFactory factory,
                                                         Long request)

reroute

BrokerSchema.QueueClass.RerouteMethodResponseCommand reroute(BrokerSchema.QueueClass.RerouteMethodResponseCommandFactory factory,
                                                             Long request,
                                                             Boolean useAltExchange,
                                                             String exchange)


Licensed to the Apache Software Foundation