Overview
Package
Class
Tree
Serialized
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
G
I
M
O
R
S
B
BasicCalculatorClient
- Class in
com.ibm.websphere.samples.technologysamples.basiccalcclient.common
BasicCalculatorClient()
- Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClient
BasicCalculatorClient.CalcException_DivideByZero
- Exception in
com.ibm.websphere.samples.technologysamples.basiccalcclient.common
BasicCalculatorClient.CalcException_DivideByZero()
- Constructor for exception com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClient.CalcException_DivideByZero
BasicCalculatorClient.CalcException_InvalidOperation
- Exception in
com.ibm.websphere.samples.technologysamples.basiccalcclient.common
BasicCalculatorClient.CalcException_InvalidOperation()
- Constructor for exception com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClient.CalcException_InvalidOperation
BasicCalculatorClient.CalcException_NotInitialized
- Exception in
com.ibm.websphere.samples.technologysamples.basiccalcclient.common
BasicCalculatorClient.CalcException_NotInitialized()
- Constructor for exception com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClient.CalcException_NotInitialized
BasicCalculatorClientJ2EE
- Class in
com.ibm.websphere.samples.technologysamples.basiccalcclient
BasicCalculatorClientJ2EE()
- Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.
BasicCalculatorClientJ2EE
BasicCalculatorClientJ2EEMain
- Class in
com.ibm.websphere.samples.technologysamples.basiccalcclient
BasicCalculatorClientJ2EEMain()
- Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.
BasicCalculatorClientJ2EEMain
BasicCalculatorClientResultBean
- Class in
com.ibm.websphere.samples.technologysamples.basiccalcclient.common
BasicCalculatorClientResultBean()
- Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
bc
- Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClient
bcHome
- Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClient
C
calculate(String, double, double)
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClient
Main service method for BasicCalculatorClient.
com.ibm.websphere.samples.technologysamples.basiccalcclient
- package com.ibm.websphere.samples.technologysamples.basiccalcclient
com.ibm.websphere.samples.technologysamples.basiccalcclient.common
- package com.ibm.websphere.samples.technologysamples.basiccalcclient.common
D
doCalculation(String[])
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.
BasicCalculatorClientJ2EEMain
Handles all of the user-interaction for the BasicCalculator EJB.
G
getOperand1()
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Returns the value of the first operand
getOperand2()
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Returns the value of the second operand
getOperation()
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Returns the value of the operation as a symbol +, -, *, /
getResult()
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Returns the value of result (from the mathematical operation performed)
I
init()
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.
BasicCalculatorClientJ2EE
Initializes the BasicCalculatorClient by establishing a connection to the remote EJB's using the java:comp namespace that the J2EE Appliation Client Container provides.
M
main(String[])
- Static method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.
BasicCalculatorClientJ2EEMain
Entry point to the program used by the J2EE Application Client Container
O
operand1
- Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
A number to perform this mathematical operation on
operand2
- Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Another number to perform this mathematical operation on
operation
- Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
The mathematical operation to be performed
R
result
- Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
The value of the mathematical operation performed
S
setOperand1(double)
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Sets the value of operand1.
setOperand2(double)
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Sets the value of operand2.
setOperation(String)
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Sets the value of operation by converting the name of the operation to its mathematical symbol.
setResult(double)
- Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.
BasicCalculatorClientResultBean
Sets the value of result.
B
C
D
G
I
M
O
R
S
Overview
Package
Class
Tree
Serialized
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes