Package org.drools.core.time.impl
Class JDKTimerService.JDKJobHandle
- java.lang.Object
-
- org.drools.core.time.impl.AbstractJobHandle
-
- org.drools.core.time.impl.DefaultJobHandle
-
- org.drools.core.time.impl.JDKTimerService.JDKJobHandle
-
- All Implemented Interfaces:
java.io.Serializable,JobHandle,Entry<JobHandle>,LinkedListNode<JobHandle>
- Enclosing class:
- JDKTimerService
public static class JDKTimerService.JDKJobHandle extends DefaultJobHandle implements JobHandle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDKJobHandle(long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.ScheduledFuture<java.lang.Void>getFuture()voidsetFuture(java.util.concurrent.ScheduledFuture<java.lang.Void> future)-
Methods inherited from class org.drools.core.time.impl.DefaultJobHandle
equals, getId, getJob, getTimerJobInstance, hashCode, isCancel, setCancel, setTimerJobInstance, toString
-
Methods inherited from class org.drools.core.time.impl.AbstractJobHandle
getNext, getPrevious, nullPrevNext, setNext, setPrevious
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
-
-