org.codehaus.activemq.web
Class ConnectionManager

java.lang.Object
  extended byorg.codehaus.activemq.web.ConnectionManager
All Implemented Interfaces:
EventListener, HttpSessionListener

public class ConnectionManager
extends Object
implements HttpSessionListener

Listens to sessions closing to ensure that JMS connections are cleaned up nicely

Version:
$Revision: 1.2 $

Constructor Summary
ConnectionManager()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent event)
           
 void sessionDestroyed(HttpSessionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManager

public ConnectionManager()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent event)
Specified by:
sessionCreated in interface HttpSessionListener

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent event)
Specified by:
sessionDestroyed in interface HttpSessionListener


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