org.jbpm.ejb
Interface LocalTimerEntityHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface LocalTimerEntityHome
- extends javax.ejb.EJBLocalHome
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
LocalTimerEntity create()
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
LocalTimerEntity findByPrimaryKey(java.lang.Long timerId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByNameAndTokenId
java.util.Collection findByNameAndTokenId(java.lang.String name,
java.lang.Long tokenId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByProcessInstanceId
java.util.Collection findByProcessInstanceId(java.lang.Long processInstanceId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.