Package org.apache.mina.filter.executor
Class PriorityThreadPoolExecutor.SessionQueue
- java.lang.Object
-
- org.apache.mina.filter.executor.PriorityThreadPoolExecutor.SessionQueue
-
- Enclosing class:
- PriorityThreadPoolExecutor
private class PriorityThreadPoolExecutor.SessionQueue extends java.lang.ObjectA class used to store the ordered list of events to be processed by the session, and the current task state.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanprocessingCompletedThe current task stateprivate java.util.Queue<java.lang.Runnable>tasksQueueA queue of ordered event waiting to be processed
-
Constructor Summary
Constructors Modifier Constructor Description privateSessionQueue()
-