org.jbpm.ejb
Interface TimerEntityHome
- All Superinterfaces:
- javax.ejb.EJBHome, Remote
public interface TimerEntityHome
- extends javax.ejb.EJBHome
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
TimerEntity create()
throws javax.ejb.CreateException,
RemoteException
- Throws:
javax.ejb.CreateException
RemoteException
findByPrimaryKey
TimerEntity findByPrimaryKey(Long timerId)
throws javax.ejb.FinderException,
RemoteException
- Throws:
javax.ejb.FinderException
RemoteException
findByNameAndTokenId
Collection findByNameAndTokenId(String name,
Long tokenId)
throws javax.ejb.FinderException,
RemoteException
- Throws:
javax.ejb.FinderException
RemoteException
findByProcessInstanceId
Collection findByProcessInstanceId(Long processInstanceId)
throws javax.ejb.FinderException,
RemoteException
- Throws:
javax.ejb.FinderException
RemoteException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.