Class POTimer

java.lang.Object
com.swiftmq.tools.pipeline.POObject
com.swiftmq.impl.streams.processor.po.POTimer

public class POTimer extends com.swiftmq.tools.pipeline.POObject
  • Constructor Summary

    Constructors
    Constructor
    Description
    POTimer(com.swiftmq.tools.concurrent.Semaphore semaphore, Timer timer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(com.swiftmq.tools.pipeline.POVisitor poVisitor)
     
     
     

    Methods inherited from class com.swiftmq.tools.pipeline.POObject

    getCallback, getException, getSemaphore, isSuccess, setException, setSuccess

    Methods inherited from class Object

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

    • POTimer

      public POTimer(com.swiftmq.tools.concurrent.Semaphore semaphore, Timer timer)
  • Method Details

    • getTimer

      public Timer getTimer()
    • accept

      public void accept(com.swiftmq.tools.pipeline.POVisitor poVisitor)
      Specified by:
      accept in class com.swiftmq.tools.pipeline.POObject
    • toString

      public String toString()
      Overrides:
      toString in class Object