org.jboss.ha.httpsession.server
Class ClusteredHTTPSessionService.CleanupDaemon

java.lang.Object
  extended byorg.jboss.ha.httpsession.server.ClusteredHTTPSessionService.CleanupDaemon
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ClusteredHTTPSessionService (src)

protected class ClusteredHTTPSessionService.CleanupDaemon
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  boolean stopping
           
 
Constructor Summary
ClusteredHTTPSessionService.CleanupDaemon()
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopping

protected boolean stopping
Constructor Detail

ClusteredHTTPSessionService.CleanupDaemon

public ClusteredHTTPSessionService.CleanupDaemon()
                                          throws java.lang.Exception
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable