org.apache.activemq.ra
Class ServerSessionPoolImpl
java.lang.Object
org.apache.activemq.ra.ServerSessionPoolImpl
- All Implemented Interfaces:
- ServerSessionPool
public class ServerSessionPoolImpl
- extends Object
- implements ServerSessionPool
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerSessionPoolImpl
public ServerSessionPoolImpl(ActiveMQEndpointWorker activeMQAsfEndpointWorker,
int maxSessions)
getServerSession
public ServerSession getServerSession()
throws JMSException
- Specified by:
getServerSession
in interface ServerSessionPool
- Throws:
JMSException
returnToPool
public void returnToPool(ServerSessionImpl ss)
removeFromPool
public void removeFromPool(ServerSessionImpl ss)
close
public void close()
closeIdleSessions
protected int closeIdleSessions()
isClosing
public boolean isClosing()
- Returns:
- Returns the closing.
setClosing
public void setClosing(boolean closing)
- Parameters:
closing
- The closing to set.
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.