A C D E F G I L M N P R S U V W

A

accInfo - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
AccInfoJBean - Class in com.ibm.websphere.samples.i18nctx.currencyexchangelibrary
 
AccInfoJBean() - Constructor for class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.AccInfoJBean
Public zero-argument constructer.
AccInfoJBean(LocalCustomer) - Constructor for class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.AccInfoJBean
Contructor.
account - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 

C

com.ibm.websphere.samples.i18nctx.currencyexchangeejb - package com.ibm.websphere.samples.i18nctx.currencyexchangeejb
 
com.ibm.websphere.samples.i18nctx.currencyexchangelibrary - package com.ibm.websphere.samples.i18nctx.currencyexchangelibrary
 
com.ibm.websphere.samples.i18nctx.currencyexchangewar - package com.ibm.websphere.samples.i18nctx.currencyexchangewar
 
create() - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeHome
create method for a session bean
CurrencyServlet - Class in com.ibm.websphere.samples.i18nctx.currencyexchangewar
 
CurrencyServlet() - Constructor for class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
CUSTOMER_EJBHOME - Static variable in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
 
CustomerBean - Class in com.ibm.websphere.samples.i18nctx.currencyexchangeejb
An Entity Bean class with CMP (2.0) fields.
CustomerBean() - Constructor for class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
customerHome - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
 
customerInfo - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
CustomerJBean - Class in com.ibm.websphere.samples.i18nctx.currencyexchangelibrary
Class CustomerJBean is a cache of Customer Entity Bean fields that other application components may access without invoking remote calls via a Customer Entity Bean instance.
CustomerJBean() - Constructor for class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Public zero-argument constructor.

D

deposit(double) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
Add depositAmt to Customer balance in database
deposit(String, double) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.Exchange
Perform a deposit of the supplied amount on the supplied account.
deposit(String, double) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
Add depositAmt to Customer balance when exchange other currencies to US dollars.
deposit(double) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomer
 
deposit(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
This method lets customers exchange US dollars by using other currencies.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
Process incoming HTTP GET requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
Process incoming HTTP POST requests.

E

ejbActivate() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
ejbActivate() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
Session EJB lifecycle callback methods
ejbCreate() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
 
ejbLoad() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
ejbPassivate() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
ejbPassivate() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
 
ejbRemove() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
ejbRemove() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
 
ejbStore() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
exc - Static variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
Exchange - Interface in com.ibm.websphere.samples.i18nctx.currencyexchangeejb
This is an Enterprise Java Bean Remote Interface
EXCHANGE_EJBHOME - Static variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
ExchangeBean - Class in com.ibm.websphere.samples.i18nctx.currencyexchangeejb
A remote Session Bean.
ExchangeBean() - Constructor for class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
 
ExchangeHome - Interface in com.ibm.websphere.samples.i18nctx.currencyexchangeejb
This is a Home interface for the Session Bean
exchangeHome - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 

F

findByPrimaryKey(String) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomerHome
find a customer in DB by primary key (account)
findByPrincipal(String, String) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomerHome
find a customer in DB by principal (account & password)

G

getAccount() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
getAccount() - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomer
 
getAccount() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Accessor.
getAccountInfo() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.AccInfoJBean
Accessor.
getBalance() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
getBalance() - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomer
 
getBalance() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Get the Customer balance.
getCompleteLocale(Locale) - Static method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.AccInfoJBean
Complete the supplied locale by setting its country code whenever it is unavailable.
getEntityContext() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
public void ejbPostCreate ( String account, String name, String password, double balance) throws CreateException {}
getMsg(String) - Static method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.Resources
Retrieve a message from resource bundle.
getMsgs(String[]) - Static method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.Resources
Retrieve message from resource bundle.
getName() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
getName() - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomer
 
getName() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Accessor.
getPassword() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
getPassword() - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomer
 
getPassword() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Get the Customer password
getRate(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
getRates() - Static method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.Resources
Retrieve exchange rates from the specified resource bundle.
getServletInfo() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
Return the servlet info string.

I

iLocale - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
init() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
Initialize this servlet.
invI18n - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
isMyLocale(Locale) - Static method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.AccInfoJBean
Determine whether the supplied locale is supported by this sampple.

L

LocalCustomer - Interface in com.ibm.websphere.samples.i18nctx.currencyexchangeejb
A Local Enterprise Java Bean.
LocalCustomerHome - Interface in com.ibm.websphere.samples.i18nctx.currencyexchangeejb
This is a Local Home interface for the Entity Bean

M

moreExchange(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
MSGKEYS - Static variable in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.Resources
 

N

name - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 

P

password - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 

R

Resources - Class in com.ibm.websphere.samples.i18nctx.currencyexchangelibrary
Class Resources provides support for retrieving messages from the sampi18nctx resource bundle(s).
Resources() - Constructor for class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.Resources
 

S

SAMPLE_RESOURCE_BUNDLE - Static variable in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.Resources
 
setAccount(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
setAccount(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Accessor.
setAccountInfo(CustomerJBean) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.AccInfoJBean
Mutator.
setBalance(double) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
setBalance(double) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Accessor.
setEntityContext(EntityContext) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
setName(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
setName(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Accessor.
setPassword(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
setPassword(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBean
Accessor.
setResourceBundle(Locale) - Static method in class com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.Resources
Reset the resource bundle to one for a specific locale.
setSessionContext(SessionContext) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
 

U

unsetEntityContext() - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
 
updateCustomer(String) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.Exchange
Update the customer correlated with the supplied account to reflect the most recent transaction.
updateCustomer(String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
update the customer information when the user want to do more exchange
userI18n - Variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 
USERI18N_URL - Static variable in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
 

V

verifyPrincipal(String, String) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.Exchange
Determine whether the supplied account and password are valid, returning the correlated customer on success.
verifyPrincipal(String, String) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
Verify Customer's principal
verifyPrincipal(HttpServletResponse, HttpServletRequest) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
Verify the customer's login and password.

W

withdraw(double) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.CustomerBean
Substract withdrawAmt from Customer balance in database
withdraw(String, double) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.Exchange
Perform a withdrawl of the supplied amount on the supplied account.
withdraw(String, double) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangeejb.ExchangeBean
Withdraw withdrawAmt from Customer balance when exchange US dollars to other currencies
withdraw(double) - Method in interface com.ibm.websphere.samples.i18nctx.currencyexchangeejb.LocalCustomer
 
withdraw(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.i18nctx.currencyexchangewar.CurrencyServlet
This method lets customers exchange other currencies by using US dollars.

A C D E F G I L M N P R S U V W