org.apache.geronimo.samples.bank.ejb
Interface BankManagerFacadeLocal

All Known Implementing Classes:
BankManagerFacadeBean

public interface BankManagerFacadeLocal


Method Summary
 Double getAccountBalance(String accountNo)
           
 List<Account> getAccountInformation(String customerId)
           
 Customer getCustomer(String customerCode)
           
 List<ExchangeRate> getExchangeRates()
           
 

Method Detail

getAccountInformation

List<Account> getAccountInformation(String customerId)

getExchangeRates

List<ExchangeRate> getExchangeRates()

getCustomer

Customer getCustomer(String customerCode)

getAccountBalance

Double getAccountBalance(String accountNo)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.