com.bankframe.examples.bp.accountsearch
Class AccountSearchBean

java.lang.Object
  extended bycom.bankframe.examples.bp.accountsearch.AccountSearchBean
Direct Known Subclasses:
AccountSearchBean

public class AccountSearchBean
extends java.lang.Object

This class defines the business logic of the AccountSearch session ejb.


Constructor Summary
AccountSearchBean()
          Default Constructor.
 
Method Summary
 java.util.Enumeration findAllAccounts()
          This method retrieves all account instances.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSearchBean

public AccountSearchBean()
Default Constructor.

Method Detail

findAllAccounts

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

Returns:
an enumeration of all account entities
Throws:
ProcessingErrorException
java.rmi.RemoteException
ValidationException


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