类 AbstractQueueRunnable<T>

java.lang.Object
org.tio.utils.thread.pool.AbstractSynRunnable
org.tio.utils.thread.pool.AbstractQueueRunnable<T>
所有已实现的接口:
Runnable

public abstract class AbstractQueueRunnable<T> extends AbstractSynRunnable
作者:
tanyaowu 2017年4月4日 上午9:23:12
  • 构造器详细资料

    • AbstractQueueRunnable

      public AbstractQueueRunnable(Executor executor)
  • 方法详细资料

    • addMsg

      public boolean addMsg(T t)
      返回:
    • clearMsgQueue

      public void clearMsgQueue()
      清空处理的队列消息
    • isNeededExecute

      public boolean isNeededExecute()
      指定者:
      isNeededExecute 在类中 AbstractSynRunnable
    • getMsgQueue

      public abstract FullWaitQueue<T> getMsgQueue()
      获取消息队列
      返回: