com.ibm.websphere.samples.technologysamples.basiccalcclient
Class BasicCalculatorClientJ2EEMain

java.lang.Object
  extended by com.ibm.websphere.samples.technologysamples.basiccalcclient.BasicCalculatorClientJ2EEMain

public class BasicCalculatorClientJ2EEMain
extends java.lang.Object


Constructor Summary
BasicCalculatorClientJ2EEMain()
           
 
Method Summary
 void doCalculation(java.lang.String[] args)
          Handles all of the user-interaction for the BasicCalculator EJB.
static void main(java.lang.String[] args)
          Entry point to the program used by the J2EE Application Client Container
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCalculatorClientJ2EEMain

public BasicCalculatorClientJ2EEMain()
Method Detail

doCalculation

public void doCalculation(java.lang.String[] args)
Handles all of the user-interaction for the BasicCalculator EJB. Takes an array of strings in the order {,,} and invokes the BasicCalculatorClient.calculate() method to perform the actual calculation. The results of the calculation are returned in a BasicCalculatorClientResultBean object and are displayed to the user.


main

public static void main(java.lang.String[] args)
Entry point to the program used by the J2EE Application Client Container