org.apache.qpid.qmf.schema
Interface BrokerSchema.ConnectionDelegate
- All Superinterfaces:
- QMFObject.Delegate
- Enclosing class:
- BrokerSchema
public static interface BrokerSchema.ConnectionDelegate
- extends QMFObject.Delegate
getVhostRef
BrokerSchema.VhostObject getVhostRef()
getAddress
String getAddress()
getIncoming
Boolean getIncoming()
getSystemConnection
Boolean getSystemConnection()
getFederationLink
Boolean getFederationLink()
getAuthIdentity
String getAuthIdentity()
getRemoteProcessName
String getRemoteProcessName()
getRemotePid
Long getRemotePid()
getRemoteParentPid
Long getRemoteParentPid()
getShadow
Boolean getShadow()
getClosing
Boolean getClosing()
getFramesFromClient
Long getFramesFromClient()
getFramesToClient
Long getFramesToClient()
getBytesFromClient
Long getBytesFromClient()
getBytesToClient
Long getBytesToClient()
close
BrokerSchema.ConnectionClass.CloseMethodResponseCommand close(BrokerSchema.ConnectionClass.CloseMethodResponseCommandFactory factory)
Licensed to the Apache Software Foundation