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.

Author:
ETU

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

Method Detail

findAllAccounts

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

Returns:
an enumeration of accounts
Throws:
ProcessingErrorException
java.rmi.RemoteException
ValidationException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.