org.jboss.test.bankiiop.interfaces
Interface AccountHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface AccountHome
extends EJBHome (src)


Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 Account (src) create(AccountData (src)  data)
           
 java.util.Collection findAll()
           
 java.util.Collection findByOwner(Customer (src)  owner)
           
 Account (src) findByPrimaryKey(java.lang.String id)
           
 java.util.Collection findLargeAccounts(int balance)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

COMP_NAME

public static final java.lang.String COMP_NAME
See Also:
Constant Field Values (src)

JNDI_NAME

public static final java.lang.String JNDI_NAME
See Also:
Constant Field Values (src)
Method Detail

create

public Account (src)  create(AccountData (src)  data)
               throws java.rmi.RemoteException,
                      CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

findByPrimaryKey

public Account (src)  findByPrimaryKey(java.lang.String id)
                         throws java.rmi.RemoteException,
                                FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)

findAll

public java.util.Collection findAll()
                             throws java.rmi.RemoteException,
                                    FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)

findByOwner

public java.util.Collection findByOwner(Customer (src)  owner)
                                 throws java.rmi.RemoteException,
                                        FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)

findLargeAccounts

public java.util.Collection findLargeAccounts(int balance)
                                       throws java.rmi.RemoteException,
                                              FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)