Class PriorityThreadPoolExecutor.SessionQueue
java.lang.Object
org.apache.mina.filter.executor.PriorityThreadPoolExecutor.SessionQueue
- Enclosing class:
PriorityThreadPoolExecutor
A class used to store the ordered list of events to be processed by the
session, and the current task state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanThe current task stateA queue of ordered event waiting to be processed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tasksQueue
-
processingCompleted
private boolean processingCompletedThe current task state
-
-
Constructor Details
-
SessionQueue
private SessionQueue()
-