java.lang.Object
net.anwiba.commons.thread.process.AbstractProcess
- All Implemented Interfaces:
IProcess
- Direct Known Subclasses:
DummyProcess
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractProcess(String queueName, String description) AbstractProcess(String queueName, String description, boolean isCancelable) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods 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
execute, getDelay, isPeriodic
-
Constructor Details
-
AbstractProcess
-
AbstractProcess
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceIProcess
-
getQueueName
- Specified by:
getQueueNamein interfaceIProcess
-
isCancelable
public boolean isCancelable()- Specified by:
isCancelablein interfaceIProcess
-