Uses of Class
org.apache.commons.messenger.MessengerSupport

Packages that use MessengerSupport
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 MessengerSupport in org.apache.commons.messenger
 

Subclasses of MessengerSupport in org.apache.commons.messenger
 class DefaultMessenger
          DefaultMessenger is the default implementation of Messenger which uses a ThreadLocal variable to keep the JMS Session that should be used for a given calling thread.
 class SimpleMessenger
          SimpleMessenger is an implementation of Messenger which uses a single JMS Session for sending to keep the JMS Session that should be used for a given calling thread.
 class XAMessenger
          XAMessenger is a default implementation of Messenger which can also support XA transactions by enlisting and delisting XAResources.
 

Constructors in org.apache.commons.messenger with parameters of type MessengerSupport
MessengerSession(MessengerSupport messenger, SessionFactory sessionFactory)
           
 



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