com.bankframe.examples.bp.accountsearch
Interface AccountSearch

All Known Subinterfaces:
AccountSearch

public interface AccountSearch

This interface defines the remote interface of the AccountSearch session ejb.


Method Summary
 Enumeration findAllAccounts()
          This method retrieves all account entities.
 

Method Detail

findAllAccounts

Enumeration findAllAccounts()
                            throws ProcessingErrorException,
                                   ValidationException,
                                   RemoteException
This method retrieves all account entities.

Returns:
an enumeration of accounts
Throws:
ProcessingErrorException
RemoteException
ValidationException


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