A B C D E F G H I J K L M N O P Q R S T U V W Z

A

ACCOUNT_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
ACCOUNT_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
ASYNCH - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
ASYNCH_2PHASE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
AccountBean - class org.apache.geronimo.samples.daytrader.ejb.AccountBean.
 
AccountBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
AccountDataBean - class org.apache.geronimo.samples.daytrader.AccountDataBean.
 
AccountDataBean() - Constructor for class org.apache.geronimo.samples.daytrader.AccountDataBean
 
AccountDataBean(Integer, int, int, Date, Date, BigDecimal, BigDecimal, String) - Constructor for class org.apache.geronimo.samples.daytrader.AccountDataBean
 
AccountProfileBean - class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean.
 
AccountProfileBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
AccountProfileDataBean - class org.apache.geronimo.samples.daytrader.AccountProfileDataBean.
 
AccountProfileDataBean() - Constructor for class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
 
AccountProfileDataBean(String, String, String, String, String, String) - Constructor for class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
 
accessModeNames - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
addTiming(String, long, long) - Method in class org.apache.geronimo.samples.daytrader.util.MDBStats
 
addToVolume(double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
addToVolume(double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
addToVolume(double) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
allocBlockOfKeys() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
allocBlockOfKeys() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGen
 

B

BUY_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
buy(String, String, double, int) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Purchase a stock and create a new holding for the given user.
buy(String, String, double, int) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Purchase a stock and create a new holding for the given user.
buy(String, String, double, int) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
buy(String, String, double, int) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
buy(String, String, double, int) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
buy(String, String, double, int) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
buy(String, String, double, int) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 

C

COMMAND_CACHING - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
CONFIG_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
cachingType - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
cachingTypeNames - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
cancel() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
cancel() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
cancelOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Cancel the Order identified by orderID Orders are submitted through JMS to a Trading Broker and completed asynchronously.
cancelOrder(Integer, boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Cancel the Order identefied by orderID The boolean twoPhase specifies to the server implementation whether or not the method is to participate in a global transaction
cancelOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
cancelOrder(Integer, boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
cancelOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
cancelOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
cancelOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
cancelOrderOnePhase(Integer) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
cancelOrderOnePhase(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
Cancel the Order identefied by orderID In short, this method is deployed as TXN REQUIRES NEW to avoid a 2-phase commit transaction across Entity and MDB access The boolean twoPhase specifies to the server implementation whether or not the method is to participate in a global transaction
cancelOrderOnePhase(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
cancelOrderOnePhaseDirect(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
Cancel the Order identefied by orderID using TradeDirect to complete the Order In short, this method is deployed as TXN REQUIRES NEW to avoid a 2-phase commit transaction across DB and MDB access The EJB method is used only to start a new transaction so the direct runtime mode for the cancleOrder will run in a 1-phase commit The boolean twoPhase specifies to the server implementation whether or not the method is to participate in a global transaction
cancelOrderOnePhaseDirect(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
completeOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Complete the Order identefied by orderID Orders are submitted through JMS to a Trading agent and completed asynchronously.
completeOrder(Integer, boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Complete the Order identefied by orderID Orders are submitted through JMS to a Trading agent and completed asynchronously.
completeOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
completeOrder(Integer, boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
completeOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
completeOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
completeOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
completeOrderOnePhase(Integer) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
completeOrderOnePhase(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
Complete the Order identified by orderID in a One Phase commit In short, this method is deployed as TXN REQUIRES NEW to avoid a 2-phase commit transaction across Entity and MDB access Orders are submitted through JMS to a Trading agent and completed asynchronously.
completeOrderOnePhase(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
completeOrderOnePhaseDirect(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
Complete the Order identified by orderID in a One Phase commit using TradeDirect to complete the Order In short, this method is deployed as TXN REQUIRES NEW to avoid a 2-phase commit transaction across DB and MDB access The EJB method is used only to start a new transaction so the direct runtime mode for the completeOrder will run in a 1-phase commit Orders are submitted through JMS to a Trading agent and completed asynchronously.
completeOrderOnePhaseDirect(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
computeGain(BigDecimal, BigDecimal) - Static method in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
computeGainPercent(BigDecimal, BigDecimal) - Static method in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
computeHoldingsTotal(Collection) - Static method in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
convertBean(MarketSummaryDataBean) - Static method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
 
create(int, String, String, BigDecimal, String, String, String, String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome
 
create(Integer, String, String, BigDecimal, String, String, String, String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome
 
create(String, String, String, String, String, String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfileHome
 
create(Integer, LocalAccount, LocalQuote, double, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome
 
create(int, LocalAccount, LocalQuote, double, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome
 
create(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGenHome
 
create() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeySequenceHome
 
create(int, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
create(Integer, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
create(String, String, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
create(String, String, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 
create() - Method in interface org.apache.geronimo.samples.daytrader.ejb.TradeHome
 
createHolding(LocalAccount, LocalQuote, double, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
createOrder(int, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
createOrder(Integer, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
createQuote(String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Given a market symbol, price, and details, create and return a new QuoteDataBean
createQuote(String, String, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Given a market symbol, price, and details, create and return a new QuoteDataBean
createQuote(String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
createQuote(String, String, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
createQuote(String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
createQuote(String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
createQuote(String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 

D

DATASOURCE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
DIRECT - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
DISTRIBUTEDMAP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
DS_NAME - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
debug(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
destroy() - Static method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
doActionTrace() - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
doDebug() - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
doStat() - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
doTrace() - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 

E

EJB - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
ejbActivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
ejbCreate(int, String, String, BigDecimal, String, String, String, String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbCreate(Integer, String, String, BigDecimal, String, String, String, String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbCreate(String, String, String, String, String, String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
ejbCreate(int, LocalAccount, LocalQuote, double, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbCreate(Integer, LocalAccount, LocalQuote, double, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbCreate(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
ejbCreate() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
 
ejbCreate(int, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbCreate(Integer, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbCreate(String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
ejbCreate() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
ejbCreate() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBrokerMDB
 
ejbCreate() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeStreamerMDB
 
ejbLoad() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbLoad() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
ejbLoad() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbLoad() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
ejbLoad() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbLoad() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
ejbPassivate() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
ejbPostCreate(Integer, String, String, BigDecimal, String, String, String, String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbPostCreate(int, String, String, BigDecimal, String, String, String, String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbPostCreate(String, String, String, String, String, String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
ejbPostCreate(Integer, LocalAccount, LocalQuote, double, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbPostCreate(int, LocalAccount, LocalQuote, double, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbPostCreate(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
ejbPostCreate(Integer, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbPostCreate(int, LocalAccount, LocalQuote, LocalHolding, String, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbPostCreate(String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBrokerMDB
 
ejbRemove() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeStreamerMDB
 
ejbSelectClosedOrders(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbSelectQuoteFromSymbol(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbSelectTotalVolume() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
ejbStore() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
ejbStore() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
ejbStore() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
ejbStore() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
ejbStore() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
ejbStore() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
error(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
error(String, Throwable) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
error(String, String, Throwable) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
error(String, String, String, Throwable) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
error(Throwable, String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
error(Throwable, String, String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
error(Throwable, String, String, String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 

F

FinancialUtils - class org.apache.geronimo.samples.daytrader.util.FinancialUtils.
 
FinancialUtils() - Constructor for class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
findAll() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome
 
findAll() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfileHome
 
findAll() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome
 
findAll() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
findAll() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
findAll() - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 
findByAccountID(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome
 
findByPrimaryKey(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome
 
findByPrimaryKey(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfileHome
 
findByPrimaryKey(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome
 
findByPrimaryKey(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGenHome
 
findByPrimaryKey(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
findByPrimaryKey(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
findByPrimaryKey(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 
findByPrimaryKeyForUpdate(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome
 
findByPrimaryKeyForUpdate(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfileHome
 
findByPrimaryKeyForUpdate(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome
 
findByPrimaryKeyForUpdate(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGenHome
 
findByPrimaryKeyForUpdate(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
findByPrimaryKeyForUpdate(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
findByPrimaryKeyForUpdate(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 
findByUserID(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome
 
findByUserID(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome
 
findByUserID(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
findByUserIDForUpdate(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome
 
findClosedOrders(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
findClosedOrdersForUpdate(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome
 
findOne() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
findOne() - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 
findQuotes(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
findQuotes(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 
findTSIAQuotes() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
findTSIAQuotes() - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 
findTSIAQuotesOrderByChange() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome
 
findTSIAQuotesOrderByChange() - Method in interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome
 

G

getAccessMode() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
getAccount() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getAccount() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
getAccount() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getAccount() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
getAccount() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getAccount() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getAccountData(String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Return an AccountDataBean object for userID describing the account
getAccountData(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Return an AccountDataBean object for userID describing the account
getAccountData(String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getAccountData(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getAccountData(String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getAccountData(int) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getAccountData(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getAccountData(String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getAccountForUpdate() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getAccountForUpdate() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getAccountID() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the accountID
getAccountID() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getAccountID() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getAccountProfileData(String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Return an AccountProfileDataBean for userID providing the users profile
getAccountProfileData(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Return an AccountProfileDataBean for userID providing the users profile
getAccountProfileData(String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getAccountProfileData(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getAccountProfileData(String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getAccountProfileData(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getAccountProfileData(String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getActionTrace() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the actionTrace.
getActionTrace() - Static method in class org.apache.geronimo.samples.daytrader.util.Log
Gets the trace value for Trade actions only
getAddress() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Gets the address
getAddress() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getAddress() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getAllQuotes() - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Return a collection of QuoteDataBeandescribing all current quotes
getAllQuotes() - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Return a Collection of QuoteDataBean describing all current quotes
getAllQuotes() - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getAllQuotes() - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getAllQuotes() - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getAllQuotes() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getAllQuotes() - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getAvgSecs() - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Returns the average time in Secs
getBalance() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the balance
getBalance() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getBalance() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getBuyOrderCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the buyOrderCount
getCachingTypeNames() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the webInterfaceNames
getCancelledOrderCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the cancelledOrderCount
getChange() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the change
getChange() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getChange() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getChange() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getClosedOrders(String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Get the collection of completed orders for a given account that need to be alerted to the user
getClosedOrders(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Get the collection of completed orders for a given account that need to be alerted to the user
getClosedOrders(String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getClosedOrders(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getClosedOrders(String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getClosedOrders() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getClosedOrders() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getClosedOrders(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getClosedOrders(String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getCompanyName() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the companyName
getCompanyName() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getCompanyName() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getCompanyName() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getCompletionDate() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the completionDate
getCompletionDate() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getCompletionDate() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getCount() - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Returns the count.
getCreationDate() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the creationDate
getCreationDate() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getCreationDate() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getCreditCard() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Gets the creditCard
getCreditCard() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getCreditCard() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getDataBean() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getDataBean() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getDataBean() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
getDataBean() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getDataBean() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getDataBean() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
getDataBean() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getDataBean() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getDataBean() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getDataBean() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getDataBean() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getDeletedOrderCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the deletedOrderCount
getEmail() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Gets the email
getEmail() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getEmail() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getFullName() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Gets the fullName
getFullName() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getFullName() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getGainPercent() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
 
getHigh() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the high
getHigh() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getHigh() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getHigh() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getHolding(Integer) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Return a specific user stock holding identifed by the holdingID
getHolding(Integer) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Return a specific user stock holding identifed by the holdingID
getHolding(Integer) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getHolding(Integer) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getHolding(Integer) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getHolding() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getHolding() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getHolding(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getHolding(Integer) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getHoldingCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the holdingCount
getHoldingDataBeans() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getHoldingDataBeans() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getHoldingForUpdate() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getHoldingForUpdate() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getHoldingID() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Gets the holdingID
getHoldingID() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
getHoldingID() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
getHoldings(String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Return the portfolio of stock holdings for the specified customer as a collection of HoldingDataBeans
getHoldings(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Return the portfolio of stock holdings for the specified customer as a collection of HoldingDataBeans
getHoldings(String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getHoldings(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getHoldings(String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getHoldings() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getHoldings() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getHoldings(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getHoldings(String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getInstance() - Static method in class org.apache.geronimo.samples.daytrader.util.MDBStats
 
getJDBCDriverNeedsGlobalTransation() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the jdbc driver needs global transaction Some XA Drivers require a global transaction to be started for all SQL calls.
getKeyName() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
getKeyName() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGen
 
getKeyVal() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
getKeyVal() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGen
 
getLastLogin() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the lastLogin
getLastLogin() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getLastLogin() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getLoginCount() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the loginCount
getLoginCount() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getLoginCount() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getLogoutCount() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the logoutCount
getLogoutCount() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getLogoutCount() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getLongRun() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
getLow() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the low
getLow() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getLow() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getLow() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getMAX_HOLDINGS() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the mAX_HOLDINGS.
getMAX_QUOTES() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the mAX_QUOTES.
getMAX_USERS() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the mAX_USERS.
getMarketSummary() - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Compute and return a snapshot of the current market conditions This includes the TSIA - an index of the price of the top 100 Trade stock quotes The openTSIA ( the index at the open) The volume of shares traded, Top Stocks gain and loss
getMarketSummary() - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Compute and return a snapshot of the current market conditions This includes the TSIA - an index of the price of the top 100 Trade stock quotes The openTSIA ( the index at the open) The volume of shares traded, Top Stocks gain and loss
getMarketSummary() - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getMarketSummary() - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getMarketSummary() - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getMarketSummary() - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getMarketSummary() - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getMax() - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Returns the max.
getMaxSecs() - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Returns the max in Secs
getMin() - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Returns the min.
getMinSecs() - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Returns the min in Secs
getNewUserCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the newUserCount
getNextID(Connection, String, boolean) - Static method in class org.apache.geronimo.samples.daytrader.direct.KeySequenceDirect
 
getNextID(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
 
getNextID(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalKeySequence
Return the next Primary Key ID in sequence for the given key Name
getOpen() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the open
getOpen() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getOpen() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getOpen() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getOpenBalance() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the openBalance
getOpenBalance() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getOpenBalance() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getOpenDate() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the openDate
getOpenDate() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getOpenDate() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getOpenOrderCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the openOrderCount
getOpenTSIA() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Gets the openTSIA
getOpenTSIA() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Gets the openTSIA
getOrderCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the orderCount
getOrderDataBeans() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getOrderDataBeans() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getOrderFee() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the orderFee
getOrderFee(String) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
getOrderFee() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getOrderFee() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getOrderID() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the orderID
getOrderID() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getOrderID() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getOrderProcessingModeNames() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the orderProcessingModeNames
getOrderStatus() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the orderStatus
getOrderStatus() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getOrderStatus() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getOrderType() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the orderType
getOrderType() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getOrderType() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getOrders(String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Get the collection of all orders for a given account
getOrders(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Get the collection of all orders for a given account
getOrders(String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getOrders(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getOrders(String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getOrders() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getOrders() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getOrders() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getOrders() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getOrders(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getOrders(String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getPage(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Return a Trade UI Web page based on the current configuration This may return a JSP page or a Servlet page Creation date: (3/14/2000 9:08:34 PM)
getPassword() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Gets the password
getPassword() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getPassword() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getPrice() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the price
getPrice() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the price
getPrice() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getPrice() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getPrice() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getPrice() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getPrice() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getPrimIterations() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
getProfile() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getProfile() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getProfileDataBean() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getProfileDataBean() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getProfileForUpdate() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
getProfileForUpdate() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
getProfileID() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Gets the profileID
getPurchaseDate() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Gets the purchaseDate
getPurchaseDate() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
getPurchaseDate() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
getPurchasePrice() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Gets the purchasePrice
getPurchasePrice() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
getPurchasePrice() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
getQuantity() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Gets the quantity
getQuantity() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the quantity
getQuantity() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
getQuantity() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
getQuantity() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getQuantity() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getQuote(String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Return a QuoteDataBeandescribing a current quote for the given stock symbol
getQuote(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Return a QuoteDataBean describing a current quote for the given stock symbol
getQuote(String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
getQuote(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
getQuote(String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
getQuote() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
getQuote() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
getQuote() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
getQuote() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
getQuote(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
getQuote(String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getQuoteID() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Gets the quoteID
getRandomInstance() - Static method in class org.apache.geronimo.samples.daytrader.AccountDataBean
 
getRandomInstance() - Static method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
 
getRandomInstance() - Static method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
 
getRandomInstance() - Static method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
 
getRandomInstance() - Static method in class org.apache.geronimo.samples.daytrader.OrderDataBean
 
getRandomInstance() - Static method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
 
getRandomPriceChangeFactor() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
getRunTimeModeNames() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Return the list of run time mode names Creation date: (3/8/2000 5:58:34 PM)
getScenarioAction(boolean) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Return a Trade Scenario Operation based on the setting of the current mix (TradeScenarioMix) Creation date: (2/10/2000 9:08:34 PM)
getScenarioCount() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the scenarioCount.
getScenarioMixes() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the scenarioMixes
getSellOrderCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the sellOrderCount
getSoapURL() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
getSumLoginCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the sumLoginCount
getSumLogoutCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the sumLogoutCount
getSummaryDate() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Gets the summaryDate
getSummaryDate() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Gets the summaryDate
getSymbol() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Gets the symbol
getSymbol() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the symbol
getSymbol() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getSymbol() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getSymbol() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getTSIA() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Gets the tSIA
getTSIA() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Gets the tSIA
getTopGainers() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Gets the topGainers
getTopGainers() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Gets the topGainers
getTopLosers() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Gets the topLosers
getTopLosers() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Gets the topLosers
getTotalTime() - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Returns the totalTime.
getTotalVolume() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getTotalVolume() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getTotalVolume() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getTrace() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the trace
getTrace() - Static method in class org.apache.geronimo.samples.daytrader.util.Log
Gets the trace
getTrade() - Static method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
getTradeStockCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the tradeStockCount
getTradeUserCount() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Gets the tradeUserCount
getUpdateQuotePrices() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the updateQuotePrices.
getUserID() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Gets the userID
getUserID() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
getUserID() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
getUserID() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
getVolume() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Gets the volume
getVolume() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Gets the volume
getVolume() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Gets the volume
getVolume() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
getVolume() - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
getVolume() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
getWebInterfaceNames() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the webInterfaceNames
getWorkloadMixNames() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Gets the workloadMixNames

H

HOME_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
HOME_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
HUNDRED - Static variable in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
HoldingBean - class org.apache.geronimo.samples.daytrader.ejb.HoldingBean.
 
HoldingBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
HoldingDataBean - class org.apache.geronimo.samples.daytrader.HoldingDataBean.
 
HoldingDataBean() - Constructor for class org.apache.geronimo.samples.daytrader.HoldingDataBean
 
HoldingDataBean(Integer, double, BigDecimal, Date, String) - Constructor for class org.apache.geronimo.samples.daytrader.HoldingDataBean
 

I

incrementScenarioCount() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
incrementSellDeficit() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Increment the sell deficit counter Creation date: (6/21/2000 11:33:45 AM)
init() - Static method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
investmentReturn(double, double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
provides a simple session method with no database access to test performance of a simple path through a stateless session
investmentReturn(double, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
provides a simple session method with no database access to test performance of a simple path through a stateless session
isBuy() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
isBuy() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
isCancelled() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
isCancelled() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
isCompleted() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
isCompleted() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
isOpen() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
isOpen() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
isSell() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
isSell() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 

J

JDBCDriverNeedsGlobalTransation - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
JDBC_PWD - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
JDBC_UID - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
JSP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
JSP_Images - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 

K

KEYBLOCKSIZE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
KeyBlock - class org.apache.geronimo.samples.daytrader.util.KeyBlock.
 
KeyBlock() - Constructor for class org.apache.geronimo.samples.daytrader.util.KeyBlock
Constructor for KeyBlock
KeyBlock(int, int) - Constructor for class org.apache.geronimo.samples.daytrader.util.KeyBlock
Constructor for KeyBlock
KeyGenBean - class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean.
 
KeyGenBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
KeySequenceBean - class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean.
 
KeySequenceBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
 
KeySequenceDirect - class org.apache.geronimo.samples.daytrader.direct.KeySequenceDirect.
 
KeySequenceDirect() - Constructor for class org.apache.geronimo.samples.daytrader.direct.KeySequenceDirect
 

L

LOGIN_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
LOGOUT_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
LocalAccount - interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount.
 
LocalAccountHome - interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountHome.
 
LocalAccountProfile - interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile.
 
LocalAccountProfileHome - interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfileHome.
 
LocalHolding - interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding.
 
LocalHoldingHome - interface org.apache.geronimo.samples.daytrader.ejb.LocalHoldingHome.
 
LocalKeyGen - interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGen.
 
LocalKeyGenHome - interface org.apache.geronimo.samples.daytrader.ejb.LocalKeyGenHome.
 
LocalKeySequence - interface org.apache.geronimo.samples.daytrader.ejb.LocalKeySequence.
 
LocalKeySequenceHome - interface org.apache.geronimo.samples.daytrader.ejb.LocalKeySequenceHome.
 
LocalOrder - interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder.
 
LocalOrderHome - interface org.apache.geronimo.samples.daytrader.ejb.LocalOrderHome.
 
LocalQuote - interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote.
 
LocalQuoteHome - interface org.apache.geronimo.samples.daytrader.ejb.LocalQuoteHome.
 
Log - class org.apache.geronimo.samples.daytrader.util.Log.
 
Log() - Constructor for class org.apache.geronimo.samples.daytrader.util.Log
 
listIterator(int) - Method in class org.apache.geronimo.samples.daytrader.util.KeyBlock
 
log(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
log(String, String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
log(String, String, String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
login(String, String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Attempt to authenticate and login a user with the given password
login(String, String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Attempt to authenticate and login a user with the given password
login(String, String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
login(String, String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
login(String, String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
login(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
login(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
login(String, String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
login(String, String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
logout(String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Logout the given user
logout(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Logout the given user
logout(String) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
logout(String) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
logout(String) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
logout() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
logout() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
logout(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
logout(String) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 

M

MDBStats - class org.apache.geronimo.samples.daytrader.util.MDBStats.
 
MarketSummaryDataBean - class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean.
 
MarketSummaryDataBean() - Constructor for class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
 
MarketSummaryDataBean(BigDecimal, BigDecimal, double, Collection, Collection) - Constructor for class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
 
MarketSummaryDataBeanWS - class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS.
 
MarketSummaryDataBeanWS() - Constructor for class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
 
MarketSummaryDataBeanWS(BigDecimal, BigDecimal, double, QuoteDataBean[], QuoteDataBean[]) - Constructor for class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
 

N

NO_CACHING - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
newUserPrefix - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
nextUserID() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 

O

ONE - Static variable in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
ORDER_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
OrderBean - class org.apache.geronimo.samples.daytrader.ejb.OrderBean.
 
OrderBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
OrderDataBean - class org.apache.geronimo.samples.daytrader.OrderDataBean.
 
OrderDataBean() - Constructor for class org.apache.geronimo.samples.daytrader.OrderDataBean
 
OrderDataBean(Integer, String, String, Date, Date, double, BigDecimal, BigDecimal, String) - Constructor for class org.apache.geronimo.samples.daytrader.OrderDataBean
OrderDataBean
onMessage(Message) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBrokerMDB
 
onMessage(Message) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeStreamerMDB
 
orderCompleted(String, Integer) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
 
orderCompleted(String, Integer) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Signify an order has been completed for the given userID
orderCompleted(String, Integer) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
orderCompleted(String, Integer) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
orderCompleted(String, Integer) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
orderCompleted(String, Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
orderCompleted(String, Integer) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
orderProcessingMode - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
orderProcessingModeNames - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
org.apache.geronimo.samples.daytrader - package org.apache.geronimo.samples.daytrader
 
org.apache.geronimo.samples.daytrader.direct - package org.apache.geronimo.samples.daytrader.direct
 
org.apache.geronimo.samples.daytrader.ejb - package org.apache.geronimo.samples.daytrader.ejb
 
org.apache.geronimo.samples.daytrader.soap - package org.apache.geronimo.samples.daytrader.soap
 
org.apache.geronimo.samples.daytrader.util - package org.apache.geronimo.samples.daytrader.util
 

P

PENNY_STOCK_PRICE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
PENNY_STOCK_RECOVERY_MIRACLE_MULTIPLIER - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
PORTFOLIO_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
PORTFOLIO_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
pingTwoPhase(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
This method provides a ping test for a 2-phase commit operation
pingTwoPhase(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
This method provides a ping test for a 2-phase commit operation
print() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
 
print() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
 
print() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
 
print() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
 
print() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
 
print() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
 
print() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
 
print(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
printChangeHTML(double) - Static method in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
printCollection(Collection) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
printCollection(String, Collection) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
printGainHTML(BigDecimal) - Static method in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
printGainPercentHTML(BigDecimal) - Static method in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
printObject(Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
printQuoteLink(String) - Static method in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
publishQuotePriceChange(QuoteDataBean, BigDecimal, BigDecimal, double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
Publish to the QuoteChange Message topic when a stock price and volume are updated This method is deployed as TXN REQUIRES NEW to avoid a 2-phase commit transaction across the DB update and MDB access (i.e.
publishQuotePriceChange(QuoteDataBean, BigDecimal, BigDecimal, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 

Q

QUOTES_PER_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
QUOTE_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
QUOTE_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
Quote - interface org.apache.geronimo.samples.daytrader.ejb.Quote.
 
QuoteBean - class org.apache.geronimo.samples.daytrader.ejb.QuoteBean.
 
QuoteBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
QuoteDataBean - class org.apache.geronimo.samples.daytrader.QuoteDataBean.
 
QuoteDataBean() - Constructor for class org.apache.geronimo.samples.daytrader.QuoteDataBean
 
QuoteDataBean(String, String, double, BigDecimal, BigDecimal, BigDecimal, BigDecimal, double) - Constructor for class org.apache.geronimo.samples.daytrader.QuoteDataBean
 
QuoteDataBean(String) - Constructor for class org.apache.geronimo.samples.daytrader.QuoteDataBean
 
QuoteHome - interface org.apache.geronimo.samples.daytrader.ejb.QuoteHome.
 
queueOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Queue the Order identified by orderID to be processed Orders are submitted through JMS to a Trading Broker and completed asynchronously.
queueOrder(Integer, boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Queue the Order identified by orderID to be processed Orders are submitted through JMS to a Trading Broker and completed asynchronously.
queueOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
queueOrder(Integer, boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
queueOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
queueOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
queueOrder(Integer, boolean) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
queueOrderOnePhase(Integer) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Trade
Queue the Order identified by orderID to be processed in a One Phase commit In short, this method is deployed as TXN REQUIRES NEW to avoid a 2-phase commit transaction across Entity and MDB access Orders are submitted through JMS to a Trading Broker and completed asynchronously.
queueOrderOnePhase(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 

R

REGISTER_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
REGISTER_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
RND_USER - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
ROUND - Static variable in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
RunStatsDataBean - class org.apache.geronimo.samples.daytrader.RunStatsDataBean.
 
RunStatsDataBean() - Constructor for class org.apache.geronimo.samples.daytrader.RunStatsDataBean
 
random() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
register(String, String, String, String, String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Register a new Trade customer.
register(String, String, String, String, String, String, String) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
 
register(String, String, String, String, String, String, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Register a new Trade customer.
register(String, String, String, String, String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
register(String, String, String, String, String, String, BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
register(String, String, String, String, String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
register(String, String, String, String, String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
register(String, String, String, String, String, String, BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
reset() - Method in class org.apache.geronimo.samples.daytrader.util.MDBStats
 
resetTrade(boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Reset the TradeData by - removing all newly registered users by scenario servlet (i.e.
resetTrade(boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Reset the TradeData by - removing all newly registered users by scenario servlet (i.e.
resetTrade(boolean) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
resetTrade(boolean) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
resetTrade(boolean) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
resetTrade(boolean) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
resetTrade(boolean) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
rndAddress() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndBalance() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndBigDecimal(float) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndBoolean() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndCreditCard() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndEmail(String) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndFloat(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndFullName() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndInt(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndNewUserID() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Returns a new Trade user Creation date: (2/16/2000 8:50:35 PM)
rndPrice() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndQuantity() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndSymbol() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndSymbols() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
rndUserID() - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
runTimeMode - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
runTimeModeNames - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 

S

SCALE - Static variable in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 
SCENARIOMIX_HIGHVOLUME - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
SCENARIOMIX_STANDARD - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
SELL_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
STANDARD - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
STATS_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
SYNCH - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
sell(String, int, int) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Sell(SOAP 2.2 Wrapper converting int to Integer) a stock holding and removed the holding for the given user.
sell(String, Integer, int) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Sell a stock holding and removed the holding for the given user.
sell(String, Integer, int) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Sell a stock holding and removed the holding for the given user.
sell(String, Integer, int) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
sell(String, Integer, int) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
sell(String, Integer, int) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
sell(String, Integer, int) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
sell(String, Integer, int) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
setAccessMode(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
setAccount(LocalAccount) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setAccount(LocalAccount) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
setAccount(LocalAccount) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
setAccount(LocalAccount) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setAccountID(Integer) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the accountID
setAccountID(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setActionTrace(boolean) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the actionTrace.
setActionTrace(boolean) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
Sets the trace value for Trade actions only
setAddress(String) - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Sets the address
setAddress(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setAddress(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
setBalance(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the balance
setBalance(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setBalance(BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
setBuyOrderCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the buyOrderCount
setCancelledOrderCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the cancelledOrderCount
setChange(double) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the change
setChange(double) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setCompanyName(String) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the companyName
setCompanyName(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
setCompanyName(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
setCompanyName(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setCompletionDate(Date) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the completionDate
setCompletionDate(Timestamp) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
setCompletionDate(Timestamp) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setConfigParam(String, String) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
This is a convenience method for servlets to set Trade configuration parameters from servlet initialization parameters.
setCount(int) - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Sets the count.
setCreationDate(Date) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the creationDate
setCreationDate(Timestamp) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setCreditCard(String) - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Sets the creditCard
setCreditCard(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setCreditCard(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
setDeletedOrderCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the deletedOrderCount
setEmail(String) - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Sets the email
setEmail(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setEmail(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
setEntityContext(EntityContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setEntityContext(EntityContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setEntityContext(EntityContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
setEntityContext(EntityContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
setEntityContext(EntityContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setEntityContext(EntityContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setFullName(String) - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Sets the fullName
setFullName(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setFullName(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
setHigh(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the high
setHigh(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setHolding(LocalHolding) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
setHolding(LocalHolding) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setHoldingCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the holdingCount
setHoldingID(Integer) - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Sets the holdingID
setHoldingID(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
setHoldings(Collection) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setJDBCDriverNeedsGlobalTransation(boolean) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the jdbc driver needs global transaction
setKeyName(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
setKeyVal(int) - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
setLastLogin(Date) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the lastLogin
setLastLogin(Timestamp) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setLoginCount(int) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the loginCount
setLoginCount(int) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setLogoutCount(int) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the logoutCount
setLogoutCount(int) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setLongRun(boolean) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
setLow(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the low
setLow(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setMAX_HOLDINGS(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the mAX_HOLDINGS.
setMAX_QUOTES(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the mAX_QUOTES.
setMAX_USERS(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the mAX_USERS.
setMax(double) - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Sets the max.
setMessageDrivenContext(MessageDrivenContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBrokerMDB
 
setMessageDrivenContext(MessageDrivenContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeStreamerMDB
 
setMin(double) - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Sets the min.
setNewUserCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the newUserCount
setOpen(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the open
setOpen(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setOpenBalance(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the openBalance
setOpenBalance(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setOpenDate(Date) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the openDate
setOpenDate(Timestamp) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setOpenOrderCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the openOrderCount
setOpenTSIA(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Sets the openTSIA
setOpenTSIA(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Sets the openTSIA
setOrderCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the orderCount
setOrderFee(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the orderFee
setOrderFee(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setOrderID(Integer) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the orderID
setOrderID(Integer) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setOrderStatus(String) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the orderStatus
setOrderStatus(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
setOrderStatus(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setOrderType(String) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the orderType
setOrderType(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setOrders(Collection) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setOrders(Collection) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
setOrders(Collection) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setPassword(String) - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Sets the password
setPassword(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setPassword(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
setPrice(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the price
setPrice(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the price
setPrice(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setPrice(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setPrimIterations(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
setProfile(LocalAccountProfile) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
setProfileID(String) - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
Sets the profileID
setPurchaseDate(Date) - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Sets the purchaseDate
setPurchaseDate(Timestamp) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
setPurchaseDate(Timestamp) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
setPurchasePrice(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Sets the purchasePrice
setPurchasePrice(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
setQuantity(double) - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Sets the quantity
setQuantity(double) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the quantity
setQuantity(double) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
setQuantity(double) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setQuote(LocalQuote) - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
setQuote(LocalQuote) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
setQuote(LocalQuote) - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
setQuoteID(String) - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
Sets the quoteID
setRunTimeModeNames(String[]) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Set the list of run time mode names Creation date: (3/8/2000 5:58:34 PM)
setScenarioCount(int) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the scenarioCount.
setSellOrderCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the sellOrderCount
setSessionContext(SessionContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
 
setSessionContext(SessionContext) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
setSoapURL(String) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
 
setSumLoginCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the sumLoginCount
setSumLogoutCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the sumLogoutCount
setSummaryDate(Date) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Sets the summaryDate
setSummaryDate(Date) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Sets the summaryDate
setSymbol(String) - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
Sets the symbol
setSymbol(String) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the symbol
setSymbol(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
setSymbol(String) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
setSymbol(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
setTSIA(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Sets the tSIA
setTSIA(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Sets the tSIA
setTopGainers(Collection) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Sets the topGainers
setTopGainers(QuoteDataBean[]) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Sets the topGainers
setTopLosers(Collection) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Sets the topLosers
setTopLosers(QuoteDataBean[]) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Sets the topLosers
setTotalTime(double) - Method in class org.apache.geronimo.samples.daytrader.util.TimerStat
Sets the totalTime.
setTrace(boolean) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the trace
setTrace(boolean) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
Sets the trace
setTradeStockCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the tradeStockCount
setTradeUserCount(int) - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
Sets the tradeUserCount
setUpdateQuotePrices(boolean) - Static method in class org.apache.geronimo.samples.daytrader.TradeConfig
Sets the updateQuotePrices.
setUserID(String) - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
Sets the userID
setUserID(String) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
setVolume(double) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Sets the volume
setVolume(double) - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
Sets the volume
setVolume(double) - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
Sets the volume
setVolume(double) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
size() - Method in class org.apache.geronimo.samples.daytrader.util.KeyBlock
 
stat(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 

T

TimerStat - class org.apache.geronimo.samples.daytrader.util.TimerStat.
 
TimerStat() - Constructor for class org.apache.geronimo.samples.daytrader.util.TimerStat
 
Trade - interface org.apache.geronimo.samples.daytrader.ejb.Trade.
 
TradeAction - class org.apache.geronimo.samples.daytrader.TradeAction.
The TradeAction class provides the generic client side access to each of the Trade brokerage user operations.
TradeAction() - Constructor for class org.apache.geronimo.samples.daytrader.TradeAction
 
TradeAction(TradeServices) - Constructor for class org.apache.geronimo.samples.daytrader.TradeAction
 
TradeBean - class org.apache.geronimo.samples.daytrader.ejb.TradeBean.
 
TradeBean() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
TradeBrokerMDB - class org.apache.geronimo.samples.daytrader.ejb.TradeBrokerMDB.
 
TradeBrokerMDB() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.TradeBrokerMDB
 
TradeConfig - class org.apache.geronimo.samples.daytrader.TradeConfig.
TradeConfig is a JavaBean holding all configuration and runtime parameters for the Trade application TradeConfig sets runtime parameters such as the RunTimeMode (EJB, JDBC, EJB_ALT)
TradeConfig() - Constructor for class org.apache.geronimo.samples.daytrader.TradeConfig
 
TradeDirect - class org.apache.geronimo.samples.daytrader.direct.TradeDirect.
TradeDirect uses direct JDBC and JMS access to a javax.sql.DataSource to implement the business methods of the Trade online broker application.
TradeDirect() - Constructor for class org.apache.geronimo.samples.daytrader.direct.TradeDirect
Zero arg constructor for TradeDirect
TradeHome - interface org.apache.geronimo.samples.daytrader.ejb.TradeHome.
 
TradeServices - interface org.apache.geronimo.samples.daytrader.TradeServices.
TradeServices interface specifies the business methods provided by the Trade online broker application.
TradeStreamerMDB - class org.apache.geronimo.samples.daytrader.ejb.TradeStreamerMDB.
 
TradeStreamerMDB() - Constructor for class org.apache.geronimo.samples.daytrader.ejb.TradeStreamerMDB
 
TradeWSAction - class org.apache.geronimo.samples.daytrader.TradeWSAction.
 
TradeWSAction() - Constructor for class org.apache.geronimo.samples.daytrader.TradeWSAction
 
TradeWSServices - interface org.apache.geronimo.samples.daytrader.TradeWSServices.
 
TradeWebSoapProxy - class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy.
 
TradeWebSoapProxy() - Constructor for class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
toHTML() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
 
toHTML() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
 
toHTML() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
 
toHTML() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
 
toHTML() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
 
toHTML() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
 
toHTML() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.AccountDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.AccountProfileDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.HoldingDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.MarketSummaryDataBeanWS
 
toString() - Method in class org.apache.geronimo.samples.daytrader.OrderDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.QuoteDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.RunStatsDataBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
toString() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
toString() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
toString() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalHolding
 
toString() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalOrder
 
toString() - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
toString() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
toString() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
trace(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
trace(String, Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
trace(String, Object, Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
trace(String, Object, Object, Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
trace(String, Object, Object, Object, Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
trace(String, Object, Object, Object, Object, Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
trace(String, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
trace(String, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
traceEnter(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 
traceExit(String) - Static method in class org.apache.geronimo.samples.daytrader.util.Log
 

U

UPDATEACCOUNT_OP - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
unsetEntityContext() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
unsetEntityContext() - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
unsetEntityContext() - Method in class org.apache.geronimo.samples.daytrader.ejb.HoldingBean
 
unsetEntityContext() - Method in class org.apache.geronimo.samples.daytrader.ejb.KeyGenBean
 
unsetEntityContext() - Method in class org.apache.geronimo.samples.daytrader.ejb.OrderBean
 
unsetEntityContext() - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
updateAccountProfile(AccountProfileDataBean) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Update userID's account profile information using the provided AccountProfileDataBean object
updateAccountProfile(AccountProfileDataBean) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Update userID's account profile information using the provided AccountProfileDataBean object
updateAccountProfile(AccountProfileDataBean) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
updateAccountProfile(AccountProfileDataBean) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
updateAccountProfile(AccountProfileDataBean) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
updateAccountProfile(AccountProfileDataBean) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountBean
 
updateAccountProfile(AccountProfileDataBean) - Method in class org.apache.geronimo.samples.daytrader.ejb.AccountProfileBean
 
updateAccountProfile(AccountProfileDataBean) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccount
 
updateAccountProfile(AccountProfileDataBean) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalAccountProfile
 
updateAccountProfile(AccountProfileDataBean) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
updateAccountProfile(AccountProfileDataBean) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
updatePrice(BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
updatePrice(double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.LocalQuote
 
updatePrice(BigDecimal) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
updatePrice(double) - Method in interface org.apache.geronimo.samples.daytrader.ejb.Quote
 
updatePrice(BigDecimal) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
updatePrice(double) - Method in class org.apache.geronimo.samples.daytrader.ejb.QuoteBean
 
updateQuotePriceVolume(String, BigDecimal, double) - Method in class org.apache.geronimo.samples.daytrader.TradeAction
Update the stock quote price for the specified stock symbol
updateQuotePriceVolume(String, BigDecimal, double) - Method in interface org.apache.geronimo.samples.daytrader.TradeServices
Update the stock quote price and volume for the specified stock symbol
updateQuotePriceVolume(String, BigDecimal, double) - Method in class org.apache.geronimo.samples.daytrader.TradeWSAction
 
updateQuotePriceVolume(String, BigDecimal, double) - Method in interface org.apache.geronimo.samples.daytrader.TradeWSServices
 
updateQuotePriceVolume(String, BigDecimal, double) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
 
updateQuotePriceVolume(String, BigDecimal, double) - Method in class org.apache.geronimo.samples.daytrader.ejb.TradeBean
 
updateQuotePriceVolume(String, BigDecimal, double) - Method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 
updateQuotePriceVolumeInt(String, BigDecimal, double, boolean) - Method in class org.apache.geronimo.samples.daytrader.direct.TradeDirect
Update a quote's price and volume
updateServicePort() - Static method in class org.apache.geronimo.samples.daytrader.soap.TradeWebSoapProxy
 

V

verifyPercent - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 

W

WEBSERVICES - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
WELCOME_PAGE - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
webInterface - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
webInterfaceNames - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
webUI - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
workloadMix - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 
workloadMixNames - Static variable in class org.apache.geronimo.samples.daytrader.TradeConfig
 

Z

ZERO - Static variable in class org.apache.geronimo.samples.daytrader.util.FinancialUtils
 

A B C D E F G H I J K L M N O P Q R S T U V W Z

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