org.objectweb.jonas.jtests.beans.beanexc
Interface AccountEHome


public interface AccountEHome


Method Summary
 AccountE create(boolean flg)
           
 AccountE create(int flg)
           
 AccountE create(int number, java.lang.String customer, long balance)
           
 java.util.Enumeration findAllAccounts()
           
 java.util.Enumeration findBigAccounts(long b)
           
 AccountE findByNoAccount(int number)
           
 AccountE findByPrimaryKey(AccountPK pk)
           
 java.util.Enumeration findCustomerAccounts(java.lang.String name)
           
 

Method Detail

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