Drools :: Core 6.2.0.CR4

org.drools.core.time.impl
Class AbstractJobHandle

java.lang.Object
  extended by org.drools.core.time.impl.AbstractJobHandle
All Implemented Interfaces:
JobHandle, Entry<JobHandle>, LinkedListNode<JobHandle>
Direct Known Subclasses:
DefaultJobHandle, MultiJobHandle

public abstract class AbstractJobHandle
extends Object
implements JobHandle


Constructor Summary
AbstractJobHandle()
           
 
Method Summary
 JobHandle getNext()
           
 JobHandle getPrevious()
          Returns the previous node
 void nullPrevNext()
           
 void setNext(JobHandle next)
           
 void setPrevious(JobHandle previous)
          Sets the previous node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.core.time.JobHandle
getId, isCancel, setCancel
 

Constructor Detail

AbstractJobHandle

public AbstractJobHandle()
Method Detail

getPrevious

public JobHandle getPrevious()
Description copied from interface: LinkedListNode
Returns the previous node

Specified by:
getPrevious in interface LinkedListNode<JobHandle>
Returns:
The previous LinkedListNode

setPrevious

public void setPrevious(JobHandle previous)
Description copied from interface: LinkedListNode
Sets the previous node

Specified by:
setPrevious in interface LinkedListNode<JobHandle>
Parameters:
previous - The previous LinkedListNode

nullPrevNext

public void nullPrevNext()
Specified by:
nullPrevNext in interface LinkedListNode<JobHandle>

setNext

public void setNext(JobHandle next)
Specified by:
setNext in interface Entry<JobHandle>

getNext

public JobHandle getNext()
Specified by:
getNext in interface Entry<JobHandle>

Drools :: Core 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.