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>
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