org.jbpm.ejb
Interface TimerEntityHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface TimerEntityHome
extends javax.ejb.EJBHome


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

Method Detail

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.