org.apache.qpid.qmf.schema
Interface BrokerSchema.ExchangeDelegate
- All Superinterfaces:
- QMFObject.Delegate
- Enclosing class:
- BrokerSchema
public static interface BrokerSchema.ExchangeDelegate
- extends QMFObject.Delegate
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