|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.TimerTask
com.dynamide.util.CloseSessionTimerTask
public class CloseSessionTimerTask
| Field Summary | |
|---|---|
static int |
CLOSE_TIMER_INTERVAL_MILLIS
The time that elapses before we actually close the ISessionItem and remove it from the db. |
static int |
CLOSE_TIMER_SAFE_MILLIS
If you are waiting for the table to be clear, use this number. %% KLUDGE. |
| Constructor Summary | |
|---|---|
CloseSessionTimerTask(ISessionItem sessionItem)
|
|
| Method Summary | |
|---|---|
void |
run()
|
static void |
startCloseSessionTimerTask(ISessionItem sessionItem)
|
| 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 CLOSE_TIMER_INTERVAL_MILLIS
public static final int CLOSE_TIMER_SAFE_MILLIS
| Constructor Detail |
|---|
public CloseSessionTimerTask(ISessionItem sessionItem)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.util.TimerTaskpublic static void startCloseSessionTimerTask(ISessionItem sessionItem)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||