public class IdleStatusChecker.NotifyingTask
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private boolean |
cancelled |
private java.lang.Thread |
thread |
| Constructor and Description |
|---|
NotifyingTask()
No qualifier
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
stop execution of the task
|
private void |
notifySessions(long currentTime) |
void |
run() |