Class MonitoredThread

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class MonitoredThread
    extends java.lang.Thread
    Since:
    2.0
    Author:
    Eike Stepper
    • Field Summary

      • Fields inherited from class java.lang.Thread

        MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void doRun()  
      long getTimeStamp()  
      void heartBeat()  
      boolean isIdleTimeoutExpired​(long idleTimeOut)  
      void run()  
      void shutdown()  
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getTimeStamp

        public long getTimeStamp()
      • isIdleTimeoutExpired

        public boolean isIdleTimeoutExpired​(long idleTimeOut)
      • heartBeat

        public void heartBeat()
      • shutdown

        public void shutdown()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
      • doRun

        protected abstract void doRun()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception