クラス RemoteWorker

java.lang.Object
org.iplass.mtp.impl.async.rdb.workers.RemoteWorker
すべての実装されたインタフェース:
Worker

public class RemoteWorker extends Object implements Worker
RemoteWorkerの場合は、start/stopはRemote側で行われる想定。 wakeupも明示的にはできない。
  • コンストラクタの詳細

    • RemoteWorker

      public RemoteWorker()
  • メソッドの詳細

    • start

      public void start()
      定義:
      start インタフェース内 Worker
    • stop

      public void stop()
      定義:
      stop インタフェース内 Worker
    • wakeup

      public void wakeup()
      定義:
      wakeup インタフェース内 Worker