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

All Superinterfaces:
QMFObject.Delegate
Enclosing class:
BrokerSchema

public static interface BrokerSchema.AgentDelegate
extends QMFObject.Delegate


Method Summary
 Long getAgentBank()
           
 Long getBrokerBank()
           
 BrokerSchema.ConnectionObject getConnectionRef()
           
 String getLabel()
           
 BrokerSchema.BrokerObject getRegisteredTo()
           
 UUID getSystemId()
           
 
Methods inherited from interface org.apache.qpid.qmf.QMFObject.Delegate
getCreateTime, getId
 

Method Detail

getConnectionRef

BrokerSchema.ConnectionObject getConnectionRef()

getLabel

String getLabel()

getRegisteredTo

BrokerSchema.BrokerObject getRegisteredTo()

getSystemId

UUID getSystemId()

getBrokerBank

Long getBrokerBank()

getAgentBank

Long getAgentBank()


Licensed to the Apache Software Foundation