Uses of Package
com.infoengine.messaging

Packages that use com.infoengine.messaging
com.infoengine.messaging   
com.infoengine.webject.msg   
com.infoengine.webject.wes   
 

Classes in com.infoengine.messaging used by com.infoengine.messaging
EventListener
          class to handle incoming events (for the WES)
MsgListener
          this class should be extended by classes listening for JMS messages either from topics or queues.
MsgProcessor
          This class should be extended by message processors Message Processors are java classes that can take a JMS Session, an IeRequest and turn these into a JMS Message object to be published or queued.
MsgService
          General class used to support JMS communications The methods subscribeEvent, unsubscribeEvent and emitEvent along with the com.infoengine.webject.wes.* webjects supply support for the Web Event Service (WES).
MsgService.IEJMSRecoveryThread
          this thread will re-initialize queue and topic support and recover any subscriptions that were lost as a result of the MOM going away
MsgService.MOMConnectionPool
          describes a connection pool
MsgService.MOMHash
          simple collection of objects similar to a hashtable in that there's only one element per key allowed.
MsgService.MOMKey
          object that uniquely identifies an element in a MOMHash
QueueListener
          Handler for messages arriving on the subscribed queue.
RPCSoapMessage
          Turn a jms text message into a soap RPC request and execute a Dispatch-Tasks webject task.
Unknown
          this processor takes any blob data found on an input stream and turns this data into a bytes message to be sent out.
 

Classes in com.infoengine.messaging used by com.infoengine.webject.msg
MsgService
          General class used to support JMS communications The methods subscribeEvent, unsubscribeEvent and emitEvent along with the com.infoengine.webject.wes.* webjects supply support for the Web Event Service (WES).
 

Classes in com.infoengine.messaging used by com.infoengine.webject.wes
MsgService
          General class used to support JMS communications The methods subscribeEvent, unsubscribeEvent and emitEvent along with the com.infoengine.webject.wes.* webjects supply support for the Web Event Service (WES).