org.apache.myfaces.orchestra.conversation
Class ConversationWiperThread
java.lang.Object
java.lang.Thread
org.apache.myfaces.orchestra.conversation.ConversationWiperThread
- All Implemented Interfaces:
- Runnable
public class ConversationWiperThread
- extends Thread
The ConversationWiperThread will trigger the conversation timeout check.
This is typically started from a servlet session listener when the webapp starts.
- See Also:
ConversationManagerSessionListener
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
ConversationWiperThread
public ConversationWiperThread(long checkTime)
- Constructor.
- Parameters:
checkTime
- is interval in milliseconds between scans of the existing
ConversationManagers to look for timeouts.
addConversationManager
public void addConversationManager(ConversationManager cm)
- Add a ConversationManager to check.
- Since:
- 1.1
removeConversationManager
public void removeConversationManager(ConversationManager cm)
- Remove a ConversationManager from the list to check.
- Since:
- 1.1
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.