org.jbpm.ejb
Interface TimerEntity

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface TimerEntity
extends javax.ejb.EJBObject


Method Summary
 void cancelTimer(org.jbpm.job.Timer timer)
           
 void cancelTimersByName(java.lang.String timerName, org.jbpm.graph.exe.Token token)
           
 void cancelTimersForProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)
           
 void createTimer(org.jbpm.job.Timer timer)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createTimer

void createTimer(org.jbpm.job.Timer timer)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cancelTimer

void cancelTimer(org.jbpm.job.Timer timer)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cancelTimersByName

void cancelTimersByName(java.lang.String timerName,
                        org.jbpm.graph.exe.Token token)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cancelTimersForProcessInstance

void cancelTimersForProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


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