Class JDFQueue.CleanupCallback

  • Enclosing class:
    JDFQueue

    public abstract static class JDFQueue.CleanupCallback
    extends java.lang.Object
    callback class definition for cleaning up in cleanup called once for every qe that is removed
    • Constructor Summary

      Constructors 
      Constructor Description
      CleanupCallback()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void cleanEntry​(JDFQueueEntry qe)
      cleans up when a QueueEntry is removed by whatever method
      • Methods inherited from class java.lang.Object

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

      • CleanupCallback

        public CleanupCallback()
    • Method Detail

      • cleanEntry

        public abstract void cleanEntry​(JDFQueueEntry qe)
        cleans up when a QueueEntry is removed by whatever method
        Parameters:
        qe -