org.drools.time.impl
Interface TimerJobInstance

All Known Implementing Classes:
DefaultTimerJobInstance

public interface TimerJobInstance


Method Summary
 Job getJob()
           
 JobContext getJobContext()
           
 JobHandle getJobHandle()
           
 Trigger getTrigger()
           
 

Method Detail

getJobHandle

JobHandle getJobHandle()

getJob

Job getJob()

getTrigger

Trigger getTrigger()

getJobContext

JobContext getJobContext()


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