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
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
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