org.apache.geronimo.samples.daytrader.ejb3
Interface TradeSLSBRemote

All Superinterfaces:
Remote, TradeServices
All Known Implementing Classes:
TradeSLSBBean

public interface TradeSLSBRemote
extends TradeServices


Method Summary
 double investmentReturn(double investment, double NetValue)
           
 QuoteDataBean pingTwoPhase(String symbol)
           
 
Methods inherited from interface org.apache.geronimo.samples.daytrader.core.TradeServices
buy, cancelOrder, completeOrder, createQuote, getAccountData, getAccountProfileData, getAllQuotes, getClosedOrders, getHolding, getHoldings, getMarketSummary, getOrders, getQuote, login, logout, orderCompleted, queueOrder, register, resetTrade, sell, updateAccountProfile, updateQuotePriceVolume
 

Method Detail

investmentReturn

double investmentReturn(double investment,
                        double NetValue)
                        throws Exception
Throws:
Exception

pingTwoPhase

QuoteDataBean pingTwoPhase(String symbol)
                           throws Exception
Throws:
Exception


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