org.drools.persistence.jpa
Class JpaTimerJobInstance

java.lang.Object
  extended by org.drools.time.impl.DefaultTimerJobInstance
      extended by org.drools.persistence.jpa.JpaTimerJobInstance
All Implemented Interfaces:
Comparable<DefaultTimerJobInstance>, Callable<Void>, TimerJobInstance

public class JpaTimerJobInstance
extends DefaultTimerJobInstance


Field Summary
 
Fields inherited from class org.drools.time.impl.DefaultTimerJobInstance
scheduler
 
Constructor Summary
JpaTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 
Method Summary
 Void call()
           
 
Methods inherited from class org.drools.time.impl.DefaultTimerJobInstance
compareTo, getJob, getJobContext, getJobHandle, getTrigger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaTimerJobInstance

public JpaTimerJobInstance(Job job,
                           JobContext ctx,
                           Trigger trigger,
                           JobHandle handle,
                           InternalSchedulerService scheduler)
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Overrides:
call in class DefaultTimerJobInstance
Throws:
Exception


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