Uses of Class
bitronix.tm.internal.BitronixSystemException
Packages that use BitronixSystemException
Package
Description
JTA interfaces implementations and global services.
Internal implementation details.
Resource management code common across all resource types.
Two-phase commit logic.
-
Uses of BitronixSystemException in bitronix.tm
Methods in bitronix.tm that throw BitronixSystemException -
Uses of BitronixSystemException in bitronix.tm.internal
Subclasses of BitronixSystemException in bitronix.tm.internalModifier and TypeClassDescriptionclassSubclass ofSystemExceptionsupporting nestedThrowables.classSubclass ofSystemExceptionindicating a rollback must be performed.Methods in bitronix.tm.internal that throw BitronixSystemExceptionModifier and TypeMethodDescriptionbooleanXAResourceManager.delist(XAResourceHolderState xaResourceHolderState, int flag) Delist the specifiedXAResourceHolderState.voidXAResourceManager.enlist(XAResourceHolderState xaResourceHolderState) Enlist the specifiedXAResourceHolderState.XAResourceManager.findXAResourceHolderState(XAResource xaResource) Look if anXAResourcehas already been enlisted.voidXAResourceHolderState.setXid(BitronixXid xid) -
Uses of BitronixSystemException in bitronix.tm.resource.common
Methods in bitronix.tm.resource.common that throw BitronixSystemExceptionModifier and TypeMethodDescriptionstatic voidTransactionContextHelper.requeue(XAStatefulHolder xaStatefulHolder, ResourceBean bean) Switch theXAStatefulHolder's state appropriately after the acquired resource handle has been closed. -
Uses of BitronixSystemException in bitronix.tm.twopc
Methods in bitronix.tm.twopc that throw BitronixSystemExceptionModifier and TypeMethodDescriptionvoidCommitter.commit(BitronixTransaction transaction, List<XAResourceHolderState> interestedResources) Execute phase 2 commit.Preparer.prepare(BitronixTransaction transaction) Execute phase 1 prepare.voidRollbacker.rollback(BitronixTransaction transaction, List<XAResourceHolderState> interestedResources) Rollback the current XA transaction.