|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecoveryException | |
---|---|
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 RecoveryException in bitronix.tm.recovery |
---|
Methods in bitronix.tm.recovery that throw RecoveryException | |
---|---|
static void |
IncrementalRecoverer.recover(XAResourceProducer xaResourceProducer)
Run incremental recovery on the specified resource. |
Uses of RecoveryException in bitronix.tm.resource |
---|
Methods in bitronix.tm.resource that throw RecoveryException | |
---|---|
static void |
ResourceRegistrar.register(XAResourceProducer producer)
Register a XAResourceProducer . |
Uses of RecoveryException in bitronix.tm.resource.common |
---|
Methods in bitronix.tm.resource.common that throw RecoveryException | |
---|---|
void |
XAResourceProducer.endRecovery()
Release internal resources held after call to startRecovery() . |
XAResourceHolderState |
XAResourceProducer.startRecovery()
Prepare the recoverable XAResource producer for recovery. |
Uses of RecoveryException in bitronix.tm.resource.ehcache |
---|
Methods in bitronix.tm.resource.ehcache that throw RecoveryException | |
---|---|
void |
EhCacheXAResourceProducer.endRecovery()
Release internal resources held after call to startRecovery() . |
XAResourceHolderState |
EhCacheXAResourceProducer.startRecovery()
Prepare the recoverable XAResource producer for recovery. |
Uses of RecoveryException in bitronix.tm.resource.jdbc |
---|
Methods in bitronix.tm.resource.jdbc that throw RecoveryException | |
---|---|
void |
PoolingDataSource.endRecovery()
|
XAResourceHolderState |
PoolingDataSource.startRecovery()
|
Uses of RecoveryException in bitronix.tm.resource.jms |
---|
Methods in bitronix.tm.resource.jms that throw RecoveryException | |
---|---|
void |
PoolingConnectionFactory.endRecovery()
|
XAResourceHolderState |
PoolingConnectionFactory.startRecovery()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |