Class ElementEventQueue.AbstractElementEventRunner

java.lang.Object
org.apache.commons.jcs3.engine.control.event.ElementEventQueue.AbstractElementEventRunner
All Implemented Interfaces:
Runnable
Enclosing class:
ElementEventQueue

@Deprecated protected abstract class ElementEventQueue.AbstractElementEventRunner extends Object implements Runnable
Deprecated.
No longer used
Retries before declaring failure.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    Deprecated.
    This will do the work or trigger the work to be done.
    void
    run()
    Deprecated.
    Main processing method for the AbstractElementEvent object

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • run

      public void run()
      Deprecated.
      Main processing method for the AbstractElementEvent object
      Specified by:
      run in interface Runnable
    • doRun

      protected abstract void doRun() throws IOException
      Deprecated.
      This will do the work or trigger the work to be done.

      Throws:
      IOException