org.jbpm.ejb
Interface TimerEntity
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.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 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.