Package org.drools.core.time.impl
Class AbstractJobHandle
- java.lang.Object
-
- org.drools.core.time.impl.AbstractJobHandle
-
- All Implemented Interfaces:
JobHandle,Entry<JobHandle>,LinkedListNode<JobHandle>
- Direct Known Subclasses:
DefaultJobHandle
public abstract class AbstractJobHandle extends java.lang.Object implements JobHandle
-
-
Constructor Summary
Constructors Constructor Description AbstractJobHandle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobHandlegetNext()JobHandlegetPrevious()Returns the previous nodevoidnullPrevNext()voidsetNext(JobHandle next)voidsetPrevious(JobHandle previous)Sets the previous node
-
-
-
Method Detail
-
getPrevious
public JobHandle getPrevious()
Description copied from interface:LinkedListNodeReturns the previous node- Specified by:
getPreviousin interfaceLinkedListNode<JobHandle>- Returns:
- The previous LinkedListNode
-
setPrevious
public void setPrevious(JobHandle previous)
Description copied from interface:LinkedListNodeSets the previous node- Specified by:
setPreviousin interfaceLinkedListNode<JobHandle>- Parameters:
previous- The previous LinkedListNode
-
nullPrevNext
public void nullPrevNext()
- Specified by:
nullPrevNextin interfaceLinkedListNode<JobHandle>
-
-