org.jbpm.ejb
Interface TimerEntity
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
public interface TimerEntity
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
createTimer
void createTimer(org.jbpm.job.Timer timer)
throws RemoteException
- Throws:
RemoteException
cancelTimer
void cancelTimer(org.jbpm.job.Timer timer)
throws RemoteException
- Throws:
RemoteException
cancelTimersByName
void cancelTimersByName(String timerName,
org.jbpm.graph.exe.Token token)
throws RemoteException
- Throws:
RemoteException
cancelTimersForProcessInstance
void cancelTimersForProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)
throws RemoteException
- Throws:
RemoteException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.