org.jbpm.ejb
Interface TimerEntityHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface TimerEntityHome
extends javax.ejb.EJBHome


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

Method Detail

create

TimerEntity create()
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Throws:
javax.ejb.CreateException
java.rmi.RemoteException

findByPrimaryKey

TimerEntity findByPrimaryKey(java.lang.Long timerId)
                             throws javax.ejb.FinderException,
                                    java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException

findByNameAndTokenId

java.util.Collection findByNameAndTokenId(java.lang.String name,
                                          java.lang.Long tokenId)
                                          throws javax.ejb.FinderException,
                                                 java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException

findByProcessInstanceId

java.util.Collection findByProcessInstanceId(java.lang.Long processInstanceId)
                                             throws javax.ejb.FinderException,
                                                    java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.