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

java.lang.Object
  extended by org.apache.qpid.qmf.QMFObject<BrokerSchema.VhostClass,BrokerSchema.VhostDelegate>
      extended by org.apache.qpid.qmf.schema.BrokerSchema.VhostObject
Enclosing class:
BrokerSchema

public final class BrokerSchema.VhostObject
extends QMFObject<BrokerSchema.VhostClass,BrokerSchema.VhostDelegate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.qmf.QMFObject
QMFObject.Delegate
 
Constructor Summary
protected BrokerSchema.VhostObject(BrokerSchema.VhostDelegate delegate)
           
 
Method Summary
 QMFCommand asConfigInfoCmd(long sampleTime)
           
 QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand asInstrumentInfoCmd(long sampleTime)
           
 BrokerSchema.BrokerObject getBrokerRef()
           
 String getFederationTag()
           
 String getName()
           
 BrokerSchema.VhostClass getQMFClass()
           
 
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.VhostObject

protected BrokerSchema.VhostObject(BrokerSchema.VhostDelegate delegate)
Method Detail

getQMFClass

public BrokerSchema.VhostClass getQMFClass()
Specified by:
getQMFClass in class QMFObject<BrokerSchema.VhostClass,BrokerSchema.VhostDelegate>

asConfigInfoCmd

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

asInstrumentInfoCmd

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

asGetQueryResponseCmd

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

getBrokerRef

public BrokerSchema.BrokerObject getBrokerRef()

getName

public String getName()

getFederationTag

public String getFederationTag()


Licensed to the Apache Software Foundation