Class PriorityThreadPoolExecutor.SessionQueue

java.lang.Object
org.apache.mina.filter.executor.PriorityThreadPoolExecutor.SessionQueue
Enclosing class:
PriorityThreadPoolExecutor

private class PriorityThreadPoolExecutor.SessionQueue extends Object
A class used to store the ordered list of events to be processed by the session, and the current task state.
  • Field Details

    • tasksQueue

      private final Queue<Runnable> tasksQueue
      A queue of ordered event waiting to be processed
    • processingCompleted

      private boolean processingCompleted
      The current task state
  • Constructor Details

    • SessionQueue

      private SessionQueue()