Uses of Interface
org.apache.commons.messenger.MessengerListener

Packages that use MessengerListener
org.apache.commons.messagelet This package provides the mechansim to deploy MessageListener beans in a servlet application server which are intialized and destroyed with a web-application as well as introducing MessageDrivenObjects which are MessageListeners which receive servlet-style lifecycle events and Messagelets which are servlets that process Messages. 
org.apache.commons.messagelet.impl This package contains implementation classes to support both MDO's as well as to be able to dispatch into a Servlet engine to be able to process Messagelets. 
org.apache.commons.messenger The main Messenger interface, a simple facade for working with JMS, together with all the default implementation classes and additional factory classes. 
 

Uses of MessengerListener in org.apache.commons.messagelet
 

Classes in org.apache.commons.messagelet that implement MessengerListener
 class BridgeMDO
          BridgeMDO is an MDO which implements a JMS bridge from one JMS destination and connection to another.
 class DistributeBridgeMDO
          DistributeBridgeMDO is an MDO which consumes JMS from one destination and randomly distributes them across a number of other destinations.
 class MessengerMDO
          MessengerMDO is an abstract base class for Messenger based MDO implementations.
 

Uses of MessengerListener in org.apache.commons.messagelet.impl
 

Classes in org.apache.commons.messagelet.impl that implement MessengerListener
 class MessageHttpServletDispatcher
          MessageHttpServletDispatcher dispatches JMS Messages into a HttpServlet for procesing.
 class MessageServletDispatcher
          MessageDispatcher dispatches JMS Messages into a Servlet engine for procesing.
 

Uses of MessengerListener in org.apache.commons.messenger
 

Classes in org.apache.commons.messenger that implement MessengerListener
 class MessengerListenerSupport
          MessengerListenerSupport is an abstract base class for a MessengerListener objects which is useful for implementation inheritence.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.