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

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

Methods in org.apache.commons.messagelet that return XACapable
protected  XACapable XAConsumerThread.getXACapable(Messenger messenger)
           
 

Uses of XACapable in org.apache.commons.messenger
 

Classes in org.apache.commons.messenger that implement XACapable
 class XACapableAdapter
          XACapableAdapter is an adapter that implements XACapable for a given Messenger
 class XAMessenger
          XAMessenger is a default implementation of Messenger which can also support XA transactions by enlisting and delisting XAResources.
 



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