org.jbpm.scheduler.ejbtimer
Class EntitySchedulerService

java.lang.Object
  extended by org.jbpm.scheduler.ejbtimer.EntitySchedulerService
All Implemented Interfaces:
java.io.Serializable, org.jbpm.scheduler.SchedulerService, org.jbpm.svc.Service

public class EntitySchedulerService
extends java.lang.Object
implements org.jbpm.scheduler.SchedulerService

See Also:
Serialized Form

Constructor Summary
EntitySchedulerService()
           
 
Method Summary
 void close()
           
 void createTimer(org.jbpm.job.Timer timer)
           
 void deleteTimersByName(java.lang.String timerName, org.jbpm.graph.exe.Token token)
           
 void deleteTimersByProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitySchedulerService

public EntitySchedulerService()
Method Detail

createTimer

public void createTimer(org.jbpm.job.Timer timer)
Specified by:
createTimer in interface org.jbpm.scheduler.SchedulerService

deleteTimersByName

public void deleteTimersByName(java.lang.String timerName,
                               org.jbpm.graph.exe.Token token)
Specified by:
deleteTimersByName in interface org.jbpm.scheduler.SchedulerService

deleteTimersByProcessInstance

public void deleteTimersByProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)
Specified by:
deleteTimersByProcessInstance in interface org.jbpm.scheduler.SchedulerService

close

public void close()
Specified by:
close in interface org.jbpm.scheduler.SchedulerService
Specified by:
close in interface org.jbpm.svc.Service