org.drools.time
Interface JobContext

All Superinterfaces:
Serializable

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-2013 JBoss Inc.. All Rights Reserved.