org.walluck.oscar
Class RequestIDManagerTask
java.lang.Object
java.util.TimerTask
org.walluck.oscar.RequestIDManagerTask
- All Implemented Interfaces:
- Runnable
public class RequestIDManagerTask
- extends TimerTask
A task that handles cleaning of the SNAC cache.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- David Walluck
Field Summary |
static int |
TIME
How long to sleep when the queue is empty. |
Method Summary |
void |
run()
The run method for the request ID manager task. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIME
public static final int TIME
- How long to sleep when the queue is empty.
- See Also:
- Constant Field Values
RequestIDManagerTask
public RequestIDManagerTask(AIMConnection conn)
- Creates a new request ID manager task.
- Parameters:
conn
- the connection for this session
run
public void run()
- The run method for the request ID manager task. Handles cleaning out
SNAC's and message (ICBM) cookies.
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask