|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.apache.jcs.utils.servlet.session.DistSessionGC
Garbage collector for the DistSession objects.
Field Summary | |
private static long |
IDLE_PERIOD
|
private static org.apache.commons.logging.Log |
log
|
private java.util.Set |
sessIdSet
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Fields inherited from interface org.apache.jcs.utils.servlet.session.ISessionConstants |
DFLT_INACTIVE_INTERVAL, SESS_CACHE_NAME, SESS_CACHE_SIZE, SESS_INFO_CACHE_NAME, SESS_INFO_CACHE_SIZE |
Constructor Summary | |
(package private) |
DistSessionGC(java.util.Set sessIdSet)
Constructs with the given set of session id's. |
Method Summary | |
(package private) void |
notifySession()
Notifies the garbage collector that there is session available and kicks off the garbage collection process. |
void |
run()
Main processing method for the DistSessionGC object |
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 |
private static final org.apache.commons.logging.Log log
private static final long IDLE_PERIOD
private final java.util.Set sessIdSet
Constructor Detail |
DistSessionGC(java.util.Set sessIdSet)
sessIdSet
- Method Detail |
void notifySession()
public void run()
run
in interface java.lang.Runnable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |