jBPM distribution 6.2.0.CR4

org.jbpm.services.ejb.timer
Class EJBTimerScheduler

java.lang.Object
  extended by org.jbpm.services.ejb.timer.EJBTimerScheduler

public class EJBTimerScheduler
extends Object


Constructor Summary
EJBTimerScheduler()
           
 
Method Summary
 void executeTimerJob(javax.ejb.Timer timer)
           
 org.drools.core.time.impl.TimerJobInstance getTimerByName(String jobName)
           
 void internalSchedule(org.drools.core.time.impl.TimerJobInstance timerJobInstance)
           
 boolean isValid(GlobalTimerService.GlobalJobHandle jobHandle)
           
 boolean removeJob(org.drools.core.time.JobHandle jobHandle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBTimerScheduler

public EJBTimerScheduler()
Method Detail

executeTimerJob

public void executeTimerJob(javax.ejb.Timer timer)

internalSchedule

public void internalSchedule(org.drools.core.time.impl.TimerJobInstance timerJobInstance)

isValid

public boolean isValid(GlobalTimerService.GlobalJobHandle jobHandle)

removeJob

public boolean removeJob(org.drools.core.time.JobHandle jobHandle)

getTimerByName

public org.drools.core.time.impl.TimerJobInstance getTimerByName(String jobName)

jBPM distribution 6.2.0.CR4

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