Class XAPool

java.lang.Object
bitronix.tm.resource.common.XAPool
All Implemented Interfaces:
StateChangeListener

public class XAPool extends Object implements StateChangeListener
Generic XA pool. XAStatefulHolder instances are created by the XAPool out of a XAResourceProducer. Those objects are then pooled and can be retrieved and/or recycled by the pool depending on the running XA transaction's and the XAStatefulHolder's states.
Author:
lorban