org.drools.time
Class SelfRemovalJobContext
java.lang.Object
org.drools.time.SelfRemovalJobContext
- All Implemented Interfaces:
- Serializable, JobContext
public class SelfRemovalJobContext
- 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 |
SelfRemovalJobContext
public SelfRemovalJobContext(JobContext jobContext,
Map<Long,TimerJobInstance> timerInstances)
getJobContext
public JobContext getJobContext()
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
getJobHandle
public JobHandle getJobHandle()
- Specified by:
getJobHandle
in interface JobContext
remove
public void remove()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.