Package org.drools.core.time
Interface JobHandle
-
- All Superinterfaces:
Entry<JobHandle>,LinkedListNode<JobHandle>
- All Known Implementing Classes:
AbstractJobHandle,DefaultJobHandle,JDKTimerService.JDKJobHandle,MultiJobHandle
public interface JobHandle extends LinkedListNode<JobHandle>
An interface for Job Handles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()booleanisCancel()voidsetCancel(boolean cancel)-
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
-
-