com.ibm.websphere.samples.technologysamples.basiccalcthinclient
Class BasicCalculatorClientThinMain

java.lang.Object
  extended by com.ibm.websphere.samples.technologysamples.basiccalcthinclient.BasicCalculatorClientThinMain

public class BasicCalculatorClientThinMain
extends java.lang.Object


Constructor Summary
BasicCalculatorClientThinMain()
           
 
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 java
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCalculatorClientThinMain

public BasicCalculatorClientThinMain()
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)
                 throws java.lang.Exception
Entry point to the program used by java

Throws:
java.lang.Exception