anvil.session
Class SessionCleaner

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--anvil.session.SessionCleaner
All Implemented Interfaces:
java.lang.Runnable

public class SessionCleaner
extends java.lang.Thread

class SessionCleaner


Field Summary
protected  int _checkout
           
protected  SessionContainer _container
           
protected  boolean _running
           
protected  Zone _zone
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SessionCleaner(Zone zone, SessionContainer container, int checkout)
           
 
Method Summary
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_zone

protected Zone _zone

_container

protected SessionContainer _container

_checkout

protected int _checkout

_running

protected boolean _running
Constructor Detail

SessionCleaner

public SessionCleaner(Zone zone,
                      SessionContainer container,
                      int checkout)
Method Detail

shutdown

public void shutdown()

run

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