org.drools.core.phreak
Class PhreakTimerNode.TimerNodeJobContext
java.lang.Object
org.drools.core.phreak.PhreakTimerNode.TimerNodeJobContext
- All Implemented Interfaces:
- Serializable, JobContext
- Enclosing class:
- PhreakTimerNode
public static class PhreakTimerNode.TimerNodeJobContext
- extends Object
- implements JobContext
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhreakTimerNode.TimerNodeJobContext
public PhreakTimerNode.TimerNodeJobContext(Trigger trigger,
LeftTuple leftTuple,
TimerNode.TimerNodeMemory tm,
LeftTupleSink sink,
PathMemory pmem,
InternalWorkingMemory wm)
getJobHandle
public JobHandle getJobHandle()
- Specified by:
getJobHandle in interface JobContext
setJobHandle
public void setJobHandle(JobHandle jobHandle)
- Description copied from interface:
JobContext
- This method should only be called by the scheduler
- Specified by:
setJobHandle in interface JobContext
getSink
public LeftTupleSink getSink()
getLeftTuple
public LeftTuple getLeftTuple()
getTimerNodeMemory
public TimerNode.TimerNodeMemory getTimerNodeMemory()
getPathMemory
public PathMemory getPathMemory()
getWorkingMemory
public InternalWorkingMemory getWorkingMemory()
getTrigger
public Trigger getTrigger()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.