Class MultiQueuePurgerJob
java.lang.Object
com.swiftmq.impl.queue.standard.jobs.MultiQueuePurgerJob
- All Implemented Interfaces:
com.swiftmq.swiftlet.scheduler.Job, com.swiftmq.swiftlet.scheduler.JobTerminationListener
public class MultiQueuePurgerJob
extends Object
implements com.swiftmq.swiftlet.scheduler.Job, com.swiftmq.swiftlet.scheduler.JobTerminationListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidjobTerminated(com.swiftmq.swiftlet.scheduler.JobException e) voidvoidstart(Properties properties, com.swiftmq.swiftlet.scheduler.JobTerminationListener jobTerminationListener) voidstop()toString()
-
Constructor Details
-
MultiQueuePurgerJob
-
-
Method Details
-
jobTerminated
public void jobTerminated()- Specified by:
jobTerminatedin interfacecom.swiftmq.swiftlet.scheduler.JobTerminationListener
-
jobTerminated
- Specified by:
jobTerminatedin interfacecom.swiftmq.swiftlet.scheduler.JobTerminationListener
-
jobTerminated
public void jobTerminated(com.swiftmq.swiftlet.scheduler.JobException e) - Specified by:
jobTerminatedin interfacecom.swiftmq.swiftlet.scheduler.JobTerminationListener
-
start
public void start(Properties properties, com.swiftmq.swiftlet.scheduler.JobTerminationListener jobTerminationListener) throws com.swiftmq.swiftlet.scheduler.JobException - Specified by:
startin interfacecom.swiftmq.swiftlet.scheduler.Job- Throws:
com.swiftmq.swiftlet.scheduler.JobException
-
stop
public void stop() throws com.swiftmq.swiftlet.scheduler.JobException- Specified by:
stopin interfacecom.swiftmq.swiftlet.scheduler.Job- Throws:
com.swiftmq.swiftlet.scheduler.JobException
-
toString
-