org.walluck.oscar
Class RequestIDManagerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.walluck.oscar.RequestIDManagerTask
All Implemented Interfaces:
java.lang.Runnable

public class RequestIDManagerTask
extends java.util.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.
 
Constructor Summary
RequestIDManagerTask(AIMConnection conn)
          Creates a new request ID manager task.
 
Method Summary
 void run()
          The run method for the request ID manager task.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIME

public static final int TIME
How long to sleep when the queue is empty.

See Also:
Constant Field Values
Constructor Detail

RequestIDManagerTask

public RequestIDManagerTask(AIMConnection conn)
Creates a new request ID manager task.

Parameters:
conn - the connection for this session
Method Detail

run

public void run()
The run method for the request ID manager task. Handles cleaning out SNAC's and message (ICBM) cookies.