org.apache.qpid.qmf.schema
Class BrokerSchema.AgentObject

java.lang.Object
  extended by org.apache.qpid.qmf.QMFObject<BrokerSchema.AgentClass,BrokerSchema.AgentDelegate>
      extended by org.apache.qpid.qmf.schema.BrokerSchema.AgentObject
Enclosing class:
BrokerSchema

public final class BrokerSchema.AgentObject
extends QMFObject<BrokerSchema.AgentClass,BrokerSchema.AgentDelegate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.qmf.QMFObject
QMFObject.Delegate
 
Constructor Summary
protected BrokerSchema.AgentObject(BrokerSchema.AgentDelegate delegate)
           
 
Method Summary
 QMFCommand asConfigInfoCmd(long sampleTime)
           
 QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand asInstrumentInfoCmd(long sampleTime)
           
 Long getAgentBank()
           
 Long getBrokerBank()
           
 BrokerSchema.ConnectionObject getConnectionRef()
           
 String getLabel()
           
 BrokerSchema.AgentClass getQMFClass()
           
 BrokerSchema.BrokerObject getRegisteredTo()
           
 UUID getSystemId()
           
 
Methods inherited from class org.apache.qpid.qmf.QMFObject
getCreateTime, getDelegate, getDeleteTime, getId, setDeleteTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerSchema.AgentObject

protected BrokerSchema.AgentObject(BrokerSchema.AgentDelegate delegate)
Method Detail

getQMFClass

public BrokerSchema.AgentClass getQMFClass()
Specified by:
getQMFClass in class QMFObject<BrokerSchema.AgentClass,BrokerSchema.AgentDelegate>

asConfigInfoCmd

public QMFCommand asConfigInfoCmd(long sampleTime)
Specified by:
asConfigInfoCmd in class QMFObject<BrokerSchema.AgentClass,BrokerSchema.AgentDelegate>

asInstrumentInfoCmd

public QMFCommand asInstrumentInfoCmd(long sampleTime)
Specified by:
asInstrumentInfoCmd in class QMFObject<BrokerSchema.AgentClass,BrokerSchema.AgentDelegate>

asGetQueryResponseCmd

public QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand,
                                        long sampleTime)
Specified by:
asGetQueryResponseCmd in class QMFObject<BrokerSchema.AgentClass,BrokerSchema.AgentDelegate>

getConnectionRef

public BrokerSchema.ConnectionObject getConnectionRef()

getLabel

public String getLabel()

getRegisteredTo

public BrokerSchema.BrokerObject getRegisteredTo()

getSystemId

public UUID getSystemId()

getBrokerBank

public Long getBrokerBank()

getAgentBank

public Long getAgentBank()


Licensed to the Apache Software Foundation