java.lang.Object
net.anwiba.commons.thread.cancel.CancelerProcess
- All Implemented Interfaces:
IProcess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(IMessageCollector processMonitor, ICanceler canceler, IProcessIdentfier processIdentfier) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.thread.process.IProcess
getDelay, isPeriodic
-
Constructor Details
-
CancelerProcess
-
-
Method Details
-
getQueueName
- Specified by:
getQueueNamein interfaceIProcess
-
getDescription
- Specified by:
getDescriptionin interfaceIProcess
-
execute
public void execute(IMessageCollector processMonitor, ICanceler canceler, IProcessIdentfier processIdentfier) throws CanceledException - Specified by:
executein interfaceIProcess- Throws:
CanceledException
-
isCancelable
public boolean isCancelable()- Specified by:
isCancelablein interfaceIProcess
-