Class IdleStatusChecker.NotifyingTask
java.lang.Object
org.apache.mina.core.session.IdleStatusChecker.NotifyingTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
IdleStatusChecker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()stop execution of the taskprivate voidnotifySessions(long currentTime) voidrun()
-
Field Details
-
cancelled
private volatile boolean cancelled -
thread
-
-
Constructor Details
-
NotifyingTask
NotifyingTask()No qualifier
-
-
Method Details
-
run
-
cancel
public void cancel()stop execution of the task -
notifySessions
private void notifySessions(long currentTime)
-