Class JobTerminated

java.lang.Object
com.swiftmq.tools.pipeline.POObject
com.swiftmq.impl.scheduler.standard.po.JobTerminated

public class JobTerminated extends com.swiftmq.tools.pipeline.POObject
  • Constructor Details

    • JobTerminated

      public JobTerminated(String name, String message)
    • JobTerminated

      public JobTerminated(String name, com.swiftmq.swiftlet.scheduler.JobException jobException)
  • Method Details

    • getName

      public String getName()
    • getMessage

      public String getMessage()
    • getJobException

      public com.swiftmq.swiftlet.scheduler.JobException getJobException()
    • 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