Save This Page
Home » struts-1.3.9-src » examples.bank » easy » [javadoc | source]
examples.bank.easy
public class: BankImpl [javadoc | source]
java.lang.Object
   examples.bank.BankPOA
      examples.bank.easy.BankImpl
This class is the 'Bank' interface implementation.
Constructor:
 public BankImpl(ORB orb) 
Method from examples.bank.easy.BankImpl Summary:
create_account,   get_account
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from examples.bank.easy.BankImpl Detail:
 public Account create_account(String name) 
 public Account get_account(String name) throws NotExistingAccount