|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.asynchbeans.wstrader.pricegen.PricePublisherAlarm
public class PricePublisherAlarm
An asynchronous Alarm that fires at a given interval for a specific ticker symbol.
Constructor Summary | |
---|---|
PricePublisherAlarm(RawTickerConfigLocal data,
javax.jms.Topic topic)
Create a PricePublisherAlarm. |
Method Summary | |
---|---|
void |
fired(com.ibm.websphere.asynchbeans.Alarm alarm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PricePublisherAlarm(RawTickerConfigLocal data, javax.jms.Topic topic) throws java.rmi.RemoteException, javax.jms.JMSException
data
- the ticker configuration information that includes details on how to fire the ticker.topic
- the JMS Topic to post the ticker message to.
java.rmi.RemoteException
javax.jms.JMSException
Method Detail |
---|
public void fired(com.ibm.websphere.asynchbeans.Alarm alarm)
fired
in interface com.ibm.websphere.asynchbeans.AlarmListener
AlarmListener.fired(Alarm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |