Uses of Class
bitronix.tm.recovery.RecoveryException
Packages that use RecoveryException
Package
Description
Recovery logic.
Transaction Manager's resource management services.
Resource management code common across all resource types.
Ehcache specific resource management code.
JDBC specific resource management code.
Synchronous JMS specific resource management code.
Synchronous Jakarta Messaging specific resource management code.
-
Uses of RecoveryException in bitronix.tm.recovery
Methods in bitronix.tm.recovery that throw RecoveryExceptionModifier and TypeMethodDescriptionstatic voidIncrementalRecoverer.recover(XAResourceProducer xaResourceProducer) Run incremental recovery on the specified resource. -
Uses of RecoveryException in bitronix.tm.resource
Methods in bitronix.tm.resource that throw RecoveryExceptionModifier and TypeMethodDescriptionstatic voidResourceRegistrar.register(XAResourceProducer producer) Register aXAResourceProducer. -
Uses of RecoveryException in bitronix.tm.resource.common
Methods in bitronix.tm.resource.common that throw RecoveryExceptionModifier and TypeMethodDescriptionvoidXAResourceProducer.endRecovery()Release internal resources held after call tostartRecovery().XAResourceProducer.startRecovery()Prepare the recoverableXAResourceproducer for recovery. -
Uses of RecoveryException in bitronix.tm.resource.ehcache
Methods in bitronix.tm.resource.ehcache that throw RecoveryExceptionModifier and TypeMethodDescriptionvoidEhCacheXAResourceProducer.endRecovery()Release internal resources held after call tostartRecovery().EhCacheXAResourceProducer.startRecovery()Prepare the recoverableXAResourceproducer for recovery. -
Uses of RecoveryException in bitronix.tm.resource.jdbc
Methods in bitronix.tm.resource.jdbc that throw RecoveryExceptionModifier and TypeMethodDescriptionvoidPoolingDataSource.endRecovery()PoolingDataSource.startRecovery() -
Uses of RecoveryException in bitronix.tm.resource.jms
Methods in bitronix.tm.resource.jms that throw RecoveryExceptionModifier and TypeMethodDescriptionvoidPoolingConnectionFactory.endRecovery()PoolingConnectionFactory.startRecovery() -
Uses of RecoveryException in bitronix.tm.resource.messaging
Methods in bitronix.tm.resource.messaging that throw RecoveryExceptionModifier and TypeMethodDescriptionvoidPoolingConnectionFactory.endRecovery()PoolingConnectionFactory.startRecovery()