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

All Superinterfaces:
QMFObject.Delegate
Enclosing class:
BrokerSchema

public static interface BrokerSchema.BrokerDelegate
extends QMFObject.Delegate


Method Summary
 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()
           
 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 interface org.apache.qpid.qmf.QMFObject.Delegate
getCreateTime, getId
 

Method Detail

getName

String getName()

getSystemRef

BrokerSchema.SystemObject getSystemRef()

getPort

Integer getPort()

getWorkerThreads

Integer getWorkerThreads()

getMaxConns

Integer getMaxConns()

getConnBacklog

Integer getConnBacklog()

getStagingThreshold

Long getStagingThreshold()

getMgmtPubInterval

Integer getMgmtPubInterval()

getVersion

String getVersion()

getDataDir

String getDataDir()

getUptime

Long getUptime()

echo

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

connect

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

queueMoveMessages

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


Licensed to the Apache Software Foundation