org.objectweb.jonas.jtests.beans.beanexc
Interface AccountEHome
- public interface AccountEHome
create
public AccountE create(int number,
java.lang.String customer,
long balance)
throws java.rmi.RemoteException,
javax.ejb.CreateException
create
public AccountE create(boolean flg)
throws java.rmi.RemoteException,
javax.ejb.CreateException,
AppException
create
public AccountE create(int flg)
throws java.rmi.RemoteException,
javax.ejb.CreateException,
AppException
findByPrimaryKey
public AccountE findByPrimaryKey(AccountPK pk)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByNoAccount
public AccountE findByNoAccount(int number)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findCustomerAccounts
public java.util.Enumeration findCustomerAccounts(java.lang.String name)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findBigAccounts
public java.util.Enumeration findBigAccounts(long b)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findAllAccounts
public java.util.Enumeration findAllAccounts()
throws java.rmi.RemoteException,
javax.ejb.FinderException