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

java.lang.Object
  extended by org.apache.qpid.qmf.QMFObject<BrokerSchema.SystemClass,BrokerSchema.SystemDelegate>
      extended by org.apache.qpid.qmf.schema.BrokerSchema.SystemObject
Enclosing class:
BrokerSchema

public final class BrokerSchema.SystemObject
extends QMFObject<BrokerSchema.SystemClass,BrokerSchema.SystemDelegate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.qmf.QMFObject
QMFObject.Delegate
 
Constructor Summary
protected BrokerSchema.SystemObject(BrokerSchema.SystemDelegate delegate)
           
 
Method Summary
 QMFCommand asConfigInfoCmd(long sampleTime)
           
 QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand asInstrumentInfoCmd(long sampleTime)
           
 String getMachine()
           
 String getNodeName()
           
 String getOsName()
           
 BrokerSchema.SystemClass getQMFClass()
           
 String getRelease()
           
 UUID getSystemId()
           
 String getVersion()
           
 
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.SystemObject

protected BrokerSchema.SystemObject(BrokerSchema.SystemDelegate delegate)
Method Detail

getQMFClass

public BrokerSchema.SystemClass getQMFClass()
Specified by:
getQMFClass in class QMFObject<BrokerSchema.SystemClass,BrokerSchema.SystemDelegate>

asConfigInfoCmd

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

asInstrumentInfoCmd

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

asGetQueryResponseCmd

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

getSystemId

public UUID getSystemId()

getOsName

public String getOsName()

getNodeName

public String getNodeName()

getRelease

public String getRelease()

getVersion

public String getVersion()

getMachine

public String getMachine()


Licensed to the Apache Software Foundation