org.drools.time
Interface JobContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
ObjectTypeNode.ExpireJobContext, Scheduler.ActivationTimerJobContext, SelfRemovalJobContext, SlidingTimeWindow.BehaviorJobContext

public interface JobContext
extends Serializable


Method Summary
 JobHandle getJobHandle()
           
 void setJobHandle(JobHandle jobHandle)
          This method should only be called by the scheduler
 

Method Detail

setJobHandle

void setJobHandle(JobHandle jobHandle)
This method should only be called by the scheduler


getJobHandle

JobHandle getJobHandle()


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