org.mule.util.xa
Interface XaResourceFactoryHolder


public interface XaResourceFactoryHolder

Implementations of this interface hold a reference to a factory of XAResource objects. This class is used in those classes that wrap jdbc XADataSource or jms XAConnectionFactory or any other factory of XA resources and allows to retrieve the actual implementation.


Method Summary
 Object getHoldObject()
           
 

Method Detail

getHoldObject

Object getHoldObject()
Returns:
the XAResource provider


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.