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>


Method Summary
 int getChannel()
           
 ConnectionConfig getConnectionConfig()
           
 long getDetachedLifespan()
           
 Long getExpiryTime()
           
 Long getMaxClientRate()
           
 String getSessionName()
           
 Long getTxnCommits()
           
 Long getTxnCount()
           
 Long getTxnRejects()
           
 Long getTxnStarts()
           
 VirtualHostConfig getVirtualHost()
           
 boolean isAttached()
           
 boolean isTransactional()
           
 void mgmtClose()
           
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfiguredObject
getConfigType, getCreateTime, getId, getParent, isDurable
 

Method Detail

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