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 Summary
ConstructorsConstructorDescriptionJobTerminated(String name, com.swiftmq.swiftlet.scheduler.JobException jobException) JobTerminated(String name, String message) -
Method Summary
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
Constructor Details
-
JobTerminated
-
JobTerminated
-
-
Method Details
-
getName
-
getMessage
-
getJobException
public com.swiftmq.swiftlet.scheduler.JobException getJobException() -
accept
public void accept(com.swiftmq.tools.pipeline.POVisitor poVisitor) - Specified by:
acceptin classcom.swiftmq.tools.pipeline.POObject
-
toString
-