Class JobStart

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

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

    • JobStart

      public JobStart(String name, long startTime, int startTimeSec, long maxRuntime)
  • Method Details

    • getName

      public String getName()
    • getStartTime

      public long getStartTime()
    • getStartTimeSec

      public int getStartTimeSec()
    • getMaxRuntime

      public long getMaxRuntime()
    • 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