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

All Superinterfaces:
QMFObject.Delegate
Enclosing class:
BrokerSchema

public static interface BrokerSchema.ConnectionDelegate
extends QMFObject.Delegate


Method Summary
 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()
           
 Long getRemoteParentPid()
           
 Long getRemotePid()
           
 String getRemoteProcessName()
           
 Boolean getShadow()
           
 Boolean getSystemConnection()
           
 BrokerSchema.VhostObject getVhostRef()
           
 
Methods inherited from interface org.apache.qpid.qmf.QMFObject.Delegate
getCreateTime, getId
 

Method Detail

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