|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XAResourceProducer | |
---|---|
bitronix.tm.recovery | Recovery logic. |
bitronix.tm.resource | Transaction Manager's resource management services. |
bitronix.tm.resource.common | Resource management code common across all resource types. |
bitronix.tm.resource.ehcache | Ehcache specific resource management code. |
bitronix.tm.resource.jdbc | JDBC specific resource management code. |
bitronix.tm.resource.jms | Synchronous JMS specific resource management code. |
Uses of XAResourceProducer in bitronix.tm.recovery |
---|
Methods in bitronix.tm.recovery with parameters of type XAResourceProducer | |
---|---|
static void |
IncrementalRecoverer.recover(XAResourceProducer xaResourceProducer)
Run incremental recovery on the specified resource. |
Uses of XAResourceProducer in bitronix.tm.resource |
---|
Methods in bitronix.tm.resource that return XAResourceProducer | |
---|---|
static XAResourceProducer |
ResourceRegistrar.get(String uniqueName)
Get a registered XAResourceProducer . |
Methods in bitronix.tm.resource with parameters of type XAResourceProducer | |
---|---|
static void |
ResourceRegistrar.register(XAResourceProducer producer)
Register a XAResourceProducer . |
static void |
ResourceRegistrar.unregister(XAResourceProducer producer)
Unregister a previously registered XAResourceProducer . |
Uses of XAResourceProducer in bitronix.tm.resource.common |
---|
Constructors in bitronix.tm.resource.common with parameters of type XAResourceProducer | |
---|---|
XAPool(XAResourceProducer xaResourceProducer,
ResourceBean bean)
|
Uses of XAResourceProducer in bitronix.tm.resource.ehcache |
---|
Classes in bitronix.tm.resource.ehcache that implement XAResourceProducer | |
---|---|
class |
EhCacheXAResourceProducer
EHCache implementation of BTM's XAResourceProducer. |
Uses of XAResourceProducer in bitronix.tm.resource.jdbc |
---|
Classes in bitronix.tm.resource.jdbc that implement XAResourceProducer | |
---|---|
class |
PoolingDataSource
Implementation of a JDBC DataSource wrapping vendor's XADataSource implementation. |
Uses of XAResourceProducer in bitronix.tm.resource.jms |
---|
Classes in bitronix.tm.resource.jms that implement XAResourceProducer | |
---|---|
class |
PoolingConnectionFactory
Implementation of a JMS ConnectionFactory wrapping vendor's XAConnectionFactory implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |