| java.lang.Object xflow.events.EventsHandler
EventsHandler | public class EventsHandler implements MessageListener(Code) | | author: xzma author: The event handler will receive the event messages asynchronously author: using a JMS topicsubscription and save the event infomation into author: database. |
EventsHandler | public EventsHandler(Properties props)(Code) | | Constructor. Properties file is used for getting DB info when EventsHandler is
running standalone.
|
onMessage | public void onMessage(Message evt)(Code) | | the method defined from MessageListener interdace, it monitors
possible incoming message events
|
|
|