org.jbpm.ejb
Interface TimerEntity

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface TimerEntity
extends javax.ejb.EJBObject


Method Summary
 void cancelTimer(org.jbpm.job.Timer timer)
           
 void cancelTimersByName(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 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.