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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mStockBean
protected StockBean mStockBean
Ticker
public Ticker()
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)
Copyright © 2003 Derrick Oswald. All rights reserved.