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

All Superinterfaces:
QMFObject.Delegate
Enclosing class:
BrokerSchema

public static interface BrokerSchema.ExchangeDelegate
extends QMFObject.Delegate


Method Summary
 BrokerSchema.ExchangeObject getAltExchange()
           
 Map getArguments()
           
 Boolean getAutoDelete()
           
 Long getBindingCount()
           
 Long getBindingCountHigh()
           
 Long getBindingCountLow()
           
 Long getByteDrops()
           
 Long getByteReceives()
           
 Long getByteRoutes()
           
 Boolean getDurable()
           
 Long getMsgDrops()
           
 Long getMsgReceives()
           
 Long getMsgRoutes()
           
 String getName()
           
 Long getProducerCount()
           
 Long getProducerCountHigh()
           
 Long getProducerCountLow()
           
 String getType()
           
 BrokerSchema.VhostObject getVhostRef()
           
 
Methods inherited from interface org.apache.qpid.qmf.QMFObject.Delegate
getCreateTime, getId
 

Method Detail

getVhostRef

BrokerSchema.VhostObject getVhostRef()

getName

String getName()

getType

String getType()

getDurable

Boolean getDurable()

getAutoDelete

Boolean getAutoDelete()

getAltExchange

BrokerSchema.ExchangeObject getAltExchange()

getArguments

Map getArguments()

getProducerCount

Long getProducerCount()

getProducerCountHigh

Long getProducerCountHigh()

getProducerCountLow

Long getProducerCountLow()

getBindingCount

Long getBindingCount()

getBindingCountHigh

Long getBindingCountHigh()

getBindingCountLow

Long getBindingCountLow()

getMsgReceives

Long getMsgReceives()

getMsgDrops

Long getMsgDrops()

getMsgRoutes

Long getMsgRoutes()

getByteReceives

Long getByteReceives()

getByteDrops

Long getByteDrops()

getByteRoutes

Long getByteRoutes()


Licensed to the Apache Software Foundation