Class JobStop
- java.lang.Object
-
- com.swiftmq.tools.pipeline.POObject
-
- com.swiftmq.impl.scheduler.standard.po.JobStop
-
- All Implemented Interfaces:
TimerListener
,java.util.EventListener
public class JobStop extends POObject implements TimerListener
-
-
Constructor Summary
Constructors Constructor Description JobStop(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(POVisitor poVisitor)
java.lang.String
getName()
void
performTimeAction()
Perform the specific time actionvoid
setScheduler(Scheduler scheduler)
java.lang.String
toString()
-
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setScheduler
public void setScheduler(Scheduler scheduler)
-
performTimeAction
public void performTimeAction()
Description copied from interface:TimerListener
Perform the specific time action- Specified by:
performTimeAction
in interfaceTimerListener
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-