com.ibm.websphere.samples.scheduler.accountreportejb
Interface AccountReportHome

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

public interface AccountReportHome
extends javax.ejb.EJBHome

Home interface for the AccountReport EJB


Method Summary
 AccountReport create()
           
 AccountReport create(java.lang.Long key)
           
 java.util.Collection findAllReports()
           
 AccountReport findByPrimaryKey(java.lang.Long key)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

AccountReport create(java.lang.Long key)
                     throws javax.ejb.CreateException,
                            java.rmi.RemoteException
Throws:
javax.ejb.CreateException
java.rmi.RemoteException

create

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

findAllReports

java.util.Collection findAllReports()
                                    throws javax.ejb.FinderException,
                                           java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException

findByPrimaryKey

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