Email Answering System
Version 1.0

com.ninecode.email.beans.slave.stock
Class Ticker

java.lang.Object
  |
  +--com.ninecode.email.beans.slave.Robot
        |
        +--com.ninecode.email.beans.slave.stock.Ticker
All Implemented Interfaces:
EnterpriseBean, MessageDrivenBean, MessageListener, Serializable

public class Ticker
extends Robot

Message driven bean to handle stock quote requests.

See Also:
Serialized Form

Field Summary
protected  StockBean mStockBean
           
 
Constructor Summary
Ticker()
           
 
Method Summary
 void onMessage(Message message)
          Process a message.
 
Methods inherited from class com.ninecode.email.beans.slave.Robot
ejbCreate, ejbRemove, replyMessage, setMessageDrivenContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mStockBean

protected StockBean mStockBean
Constructor Detail

Ticker

public Ticker()
Method Detail

onMessage

public void onMessage(Message message)
Process a message.

Specified by:
onMessage in interface MessageListener
Specified by:
onMessage in class Robot
Parameters:
message - The message to process.
See Also:
Robot.replyMessage(javax.jms.Message, java.lang.String, java.lang.String)

Email Answering System
Version 1.0

Copyright © 2003 Derrick Oswald. All rights reserved.