org.apache.geronimo.samples.daytrader.web
Class TradeServletAction

java.lang.Object
  extended byorg.apache.geronimo.samples.daytrader.web.TradeServletAction

public class TradeServletAction
extends java.lang.Object

TradeServletAction provides servlet specific client side access to each of the Trade brokerage user operations. These include login, logout, buy, sell, getQuote, etc. TradeServletAction manages a web interface to Trade handling HttpRequests/HttpResponse objects and forwarding results to the appropriate JSP page for the web interface. TradeServletAction invokes TradeAction methods to actually perform each trading operation.


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.