Class JobStop

java.lang.Object
com.swiftmq.tools.pipeline.POObject
com.swiftmq.impl.scheduler.standard.po.JobStop
All Implemented Interfaces:
com.swiftmq.swiftlet.timer.event.TimerListener, EventListener

public class JobStop extends com.swiftmq.tools.pipeline.POObject implements com.swiftmq.swiftlet.timer.event.TimerListener
  • Constructor Details

    • JobStop

      public JobStop(String name)
  • Method Details

    • getName

      public String getName()
    • accept

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

      public void setScheduler(Scheduler scheduler)
    • performTimeAction

      public void performTimeAction()
      Specified by:
      performTimeAction in interface com.swiftmq.swiftlet.timer.event.TimerListener
    • toString

      public String toString()
      Overrides:
      toString in class Object