org.apache.qpid.qmf.schema
Class BrokerSchema.ConnectionObject
java.lang.Object
org.apache.qpid.qmf.QMFObject<BrokerSchema.ConnectionClass,BrokerSchema.ConnectionDelegate>
org.apache.qpid.qmf.schema.BrokerSchema.ConnectionObject
- Enclosing class:
- BrokerSchema
public final class BrokerSchema.ConnectionObject
- extends QMFObject<BrokerSchema.ConnectionClass,BrokerSchema.ConnectionDelegate>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerSchema.ConnectionObject
protected BrokerSchema.ConnectionObject(BrokerSchema.ConnectionDelegate delegate)
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