|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.walluck.oscar.RateClearTask
This task clears any rates that need clearing. This gets called once every minute.
Field Summary | |
static int |
TIME
The sleep time for this task. |
Constructor Summary | |
RateClearTask(AIMConnection conn)
Creates a new rate clear task. |
Method Summary | |
void |
run()
The run method for the rate clear 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 |
public static final int TIME
Constructor Detail |
public RateClearTask(AIMConnection conn)
conn
- the bos connection for this sessionMethod Detail |
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |