org.apache.qpid.server.configuration
Interface ConnectionConfig

All Superinterfaces:
ConfiguredObject<ConnectionConfigType,ConnectionConfig>
All Known Implementing Classes:
AMQProtocolEngine, ProtocolEngine_0_10

public interface ConnectionConfig
extends ConfiguredObject<ConnectionConfigType,ConnectionConfig>


Method Summary
 String getAddress()
           
 String getAuthId()
           
 ConfigStore getConfigStore()
           
 Integer getRemoteParentPID()
           
 Integer getRemotePID()
           
 String getRemoteProcessName()
           
 VirtualHostConfig getVirtualHost()
           
 Boolean isFederationLink()
           
 Boolean isIncoming()
           
 Boolean isShadow()
           
 Boolean isSystemConnection()
           
 void mgmtClose()
           
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfiguredObject
getConfigType, getCreateTime, getId, getParent, isDurable
 

Method Detail

getVirtualHost

VirtualHostConfig getVirtualHost()

getAddress

String getAddress()

isIncoming

Boolean isIncoming()

isSystemConnection

Boolean isSystemConnection()

isFederationLink

Boolean isFederationLink()

getAuthId

String getAuthId()

getRemoteProcessName

String getRemoteProcessName()

getRemotePID

Integer getRemotePID()

getRemoteParentPID

Integer getRemoteParentPID()

getConfigStore

ConfigStore getConfigStore()

isShadow

Boolean isShadow()

mgmtClose

void mgmtClose()


Licensed to the Apache Software Foundation