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

java.lang.Object
  extended by org.apache.qpid.qmf.QMFObject<BrokerSchema.BrokerClass,BrokerSchema.BrokerDelegate>
      extended by org.apache.qpid.qmf.schema.BrokerSchema.BrokerObject
Enclosing class:
BrokerSchema

public final class BrokerSchema.BrokerObject
extends QMFObject<BrokerSchema.BrokerClass,BrokerSchema.BrokerDelegate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.qmf.QMFObject
QMFObject.Delegate
 
Constructor Summary
protected BrokerSchema.BrokerObject(BrokerSchema.BrokerDelegate delegate)
           
 
Method Summary
 QMFCommand asConfigInfoCmd(long sampleTime)
           
 QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand asInstrumentInfoCmd(long sampleTime)
           
 BrokerSchema.BrokerClass.ConnectMethodResponseCommand connect(BrokerSchema.BrokerClass.ConnectMethodResponseCommandFactory factory, String host, Long port, Boolean durable, String authMechanism, String username, String password, String transport)
           
 BrokerSchema.BrokerClass.EchoMethodResponseCommand echo(BrokerSchema.BrokerClass.EchoMethodResponseCommandFactory factory, Long sequence, String body)
           
 Integer getConnBacklog()
           
 String getDataDir()
           
 Integer getMaxConns()
           
 Integer getMgmtPubInterval()
           
 String getName()
           
 Integer getPort()
           
 BrokerSchema.BrokerClass getQMFClass()
           
 Long getStagingThreshold()
           
 BrokerSchema.SystemObject getSystemRef()
           
 Long getUptime()
           
 String getVersion()
           
 Integer getWorkerThreads()
           
 BrokerSchema.BrokerClass.QueueMoveMessagesMethodResponseCommand queueMoveMessages(BrokerSchema.BrokerClass.QueueMoveMessagesMethodResponseCommandFactory factory, String srcQueue, String destQueue, Long qty)
           
 
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.BrokerObject

protected BrokerSchema.BrokerObject(BrokerSchema.BrokerDelegate delegate)
Method Detail

getQMFClass

public BrokerSchema.BrokerClass getQMFClass()
Specified by:
getQMFClass in class QMFObject<BrokerSchema.BrokerClass,BrokerSchema.BrokerDelegate>

asConfigInfoCmd

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

asInstrumentInfoCmd

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

asGetQueryResponseCmd

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

echo

public BrokerSchema.BrokerClass.EchoMethodResponseCommand echo(BrokerSchema.BrokerClass.EchoMethodResponseCommandFactory factory,
                                                               Long sequence,
                                                               String body)

connect

public BrokerSchema.BrokerClass.ConnectMethodResponseCommand connect(BrokerSchema.BrokerClass.ConnectMethodResponseCommandFactory factory,
                                                                     String host,
                                                                     Long port,
                                                                     Boolean durable,
                                                                     String authMechanism,
                                                                     String username,
                                                                     String password,
                                                                     String transport)

queueMoveMessages

public BrokerSchema.BrokerClass.QueueMoveMessagesMethodResponseCommand queueMoveMessages(BrokerSchema.BrokerClass.QueueMoveMessagesMethodResponseCommandFactory factory,
                                                                                         String srcQueue,
                                                                                         String destQueue,
                                                                                         Long qty)

getName

public String getName()

getSystemRef

public BrokerSchema.SystemObject getSystemRef()

getPort

public Integer getPort()

getWorkerThreads

public Integer getWorkerThreads()

getMaxConns

public Integer getMaxConns()

getConnBacklog

public Integer getConnBacklog()

getStagingThreshold

public Long getStagingThreshold()

getMgmtPubInterval

public Integer getMgmtPubInterval()

getVersion

public String getVersion()

getDataDir

public String getDataDir()

getUptime

public Long getUptime()


Licensed to the Apache Software Foundation