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

java.lang.Object
  extended by org.apache.qpid.qmf.QMFObject<BrokerSchema.ConnectionClass,BrokerSchema.ConnectionDelegate>
      extended by org.apache.qpid.qmf.schema.BrokerSchema.ConnectionObject
Enclosing class:
BrokerSchema

public final class BrokerSchema.ConnectionObject
extends QMFObject<BrokerSchema.ConnectionClass,BrokerSchema.ConnectionDelegate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.qmf.QMFObject
QMFObject.Delegate
 
Constructor Summary
protected BrokerSchema.ConnectionObject(BrokerSchema.ConnectionDelegate delegate)
           
 
Method Summary
 QMFCommand asConfigInfoCmd(long sampleTime)
           
 QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand asInstrumentInfoCmd(long sampleTime)
           
 BrokerSchema.ConnectionClass.CloseMethodResponseCommand close(BrokerSchema.ConnectionClass.CloseMethodResponseCommandFactory factory)
           
 String getAddress()
           
 String getAuthIdentity()
           
 Long getBytesFromClient()
           
 Long getBytesToClient()
           
 Boolean getClosing()
           
 Boolean getFederationLink()
           
 Long getFramesFromClient()
           
 Long getFramesToClient()
           
 Boolean getIncoming()
           
 BrokerSchema.ConnectionClass getQMFClass()
           
 Long getRemoteParentPid()
           
 Long getRemotePid()
           
 String getRemoteProcessName()
           
 Boolean getShadow()
           
 Boolean getSystemConnection()
           
 BrokerSchema.VhostObject getVhostRef()
           
 
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.ConnectionObject

protected BrokerSchema.ConnectionObject(BrokerSchema.ConnectionDelegate delegate)
Method Detail

getQMFClass

public BrokerSchema.ConnectionClass getQMFClass()
Specified by:
getQMFClass in class QMFObject<BrokerSchema.ConnectionClass,BrokerSchema.ConnectionDelegate>

asConfigInfoCmd

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

asInstrumentInfoCmd

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

asGetQueryResponseCmd

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

close

public BrokerSchema.ConnectionClass.CloseMethodResponseCommand close(BrokerSchema.ConnectionClass.CloseMethodResponseCommandFactory factory)

getVhostRef

public BrokerSchema.VhostObject getVhostRef()

getAddress

public String getAddress()

getIncoming

public Boolean getIncoming()

getSystemConnection

public Boolean getSystemConnection()

getFederationLink

public Boolean getFederationLink()

getAuthIdentity

public String getAuthIdentity()

getRemoteProcessName

public String getRemoteProcessName()

getRemotePid

public Long getRemotePid()

getRemoteParentPid

public Long getRemoteParentPid()

getShadow

public Boolean getShadow()

getClosing

public Boolean getClosing()

getFramesFromClient

public Long getFramesFromClient()

getFramesToClient

public Long getFramesToClient()

getBytesFromClient

public Long getBytesFromClient()

getBytesToClient

public Long getBytesToClient()


Licensed to the Apache Software Foundation