anvil.session.net
Class ClientSessionContainer.SessionCleaner

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

public class ClientSessionContainer.SessionCleaner
extends java.lang.Thread


Field Summary
protected  int _checkout
           
protected  boolean _running
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClientSessionContainer.SessionCleaner(java.lang.String name, 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

_checkout

protected int _checkout

_running

protected boolean _running
Constructor Detail

ClientSessionContainer.SessionCleaner

public ClientSessionContainer.SessionCleaner(java.lang.String name,
                                             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