org.jbpm.scheduler.ejbtimer
Class EjbSchedulerService

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

Deprecated. replaced by EntitySchedulerService

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

Author:
Tom Baeyens
See Also:
Serialized Form

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

Constructor Detail

EjbSchedulerService

public EjbSchedulerService(LocalTimerServiceHome timerServiceHome)
Deprecated. 
Method Detail

createTimer

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

deleteTimer

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

deleteTimersByName

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

deleteTimersByProcessInstance

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

close

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


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.