org.apache.qpid.server.configuration
Interface SessionConfig
- All Superinterfaces:
- ConfiguredObject<SessionConfigType,SessionConfig>
- All Known Implementing Classes:
- AMQChannel, ServerSession
public interface SessionConfig
- extends ConfiguredObject<SessionConfigType,SessionConfig>
getVirtualHost
VirtualHostConfig getVirtualHost()
getSessionName
String getSessionName()
getChannel
int getChannel()
getConnectionConfig
ConnectionConfig getConnectionConfig()
isAttached
boolean isAttached()
getDetachedLifespan
long getDetachedLifespan()
getExpiryTime
Long getExpiryTime()
getMaxClientRate
Long getMaxClientRate()
getTxnStarts
Long getTxnStarts()
getTxnCommits
Long getTxnCommits()
getTxnRejects
Long getTxnRejects()
getTxnCount
Long getTxnCount()
isTransactional
boolean isTransactional()
mgmtClose
void mgmtClose()
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
Licensed to the Apache Software Foundation