org.jbpm.ejb
Interface LocalTimerEntityHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LocalTimerEntityHome
extends javax.ejb.EJBLocalHome


Method Summary
 LocalTimerEntity create()
           
 java.util.Collection findByNameAndTokenId(java.lang.String name, java.lang.Long tokenId)
           
 LocalTimerEntity findByPrimaryKey(java.lang.Long timerId)
           
 java.util.Collection findByProcessInstanceId(java.lang.Long processInstanceId)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

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.