Class WakeupThread

All Implemented Interfaces:
Runnable
Direct Known Subclasses:
ECaccessScheduler, TransferScheduler.MonitoringThread

public abstract class WakeupThread extends ThreadService.ConfigurableRunnable
The Class WakeupThread.
  • Constructor Details Link icon

    • WakeupThread Link icon

      public WakeupThread()
  • Method Details Link icon

    • isOnHold Link icon

      public boolean isOnHold()
      Checks if is on hold.
      Returns:
      true, if is on hold
    • setOnhold Link icon

      public void setOnhold(boolean hold)
      Sets the onhold.
      Parameters:
      hold - the new onhold
    • isSleeping Link icon

      public boolean isSleeping()
      Checks if is sleeping.
      Returns:
      true, if is sleeping
    • waitFor Link icon

      public boolean waitFor(long delay)
      Wait for.
      Parameters:
      delay - the delay
      Returns:
      true, if successful
    • wakeup Link icon

      public void wakeup()
      Wakeup.