org.codehaus.activemq.ra
Class ServerSessionPoolImpl

java.lang.Object
  extended byorg.codehaus.activemq.ra.ServerSessionPoolImpl
All Implemented Interfaces:
ServerSessionPool

public class ServerSessionPoolImpl
extends Object
implements ServerSessionPool

Version:
$Revision: 1.1.2.1 $ $Date: 2004/12/14 16:30:53 $

Constructor Summary
ServerSessionPoolImpl(ActiveMQAsfEndpointWorker activeMQAsfEndpointWorker)
           
 
Method Summary
 void close()
           
 ServerSession getServerSession()
           
 void returnToPool(ServerSessionImpl ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSessionPoolImpl

public ServerSessionPoolImpl(ActiveMQAsfEndpointWorker activeMQAsfEndpointWorker)
Method Detail

getServerSession

public ServerSession getServerSession()
                               throws JMSException
Specified by:
getServerSession in interface ServerSessionPool
Throws:
JMSException

returnToPool

public void returnToPool(ServerSessionImpl ss)

close

public void close()


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.