org.jboss.test.bankiiop.interfaces
Interface AccountHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface AccountHome
- extends EJBHome (src)
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)
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)