com.bankframe.examples.bo.account
Interface AccountFinders

All Known Subinterfaces:
AccountHome

public interface AccountFinders

This interface defines the find operations for the Account Entity.


Method Summary
 java.util.Enumeration findAll()
          This method retrieves all instances of the Account entity.
 

Method Detail

findAll

public java.util.Enumeration findAll()
                              throws javax.ejb.FinderException,
                                     ValidationException,
                                     java.rmi.RemoteException
This method retrieves all instances of the Account entity.

Returns:
An ennumeration of all accounts
Throws:
javax.ejb.FinderException
ValidationException
java.rmi.RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.