Uses of Class
bitronix.tm.internal.BitronixSystemException

Packages that use BitronixSystemException
bitronix.tm JTA interfaces implementations and global services. 
bitronix.tm.internal Internal implementation details. 
bitronix.tm.resource.common Resource management code common across all resource types. 
bitronix.tm.twopc Two-phase commit logic. 
 

Uses of BitronixSystemException in bitronix.tm
 

Methods in bitronix.tm that throw BitronixSystemException
 void BitronixTransaction.setStatus(int status)
           
 void BitronixTransaction.setStatus(int status, Set<String> uniqueNames)
           
 void BitronixTransaction.timeout()
           
 

Uses of BitronixSystemException in bitronix.tm.internal
 

Subclasses of BitronixSystemException in bitronix.tm.internal
 class BitronixMultiSystemException
          Subclass of SystemException supporting nested Throwables.
 class BitronixRollbackSystemException
          Subclass of SystemException indicating a rollback must be performed.
 

Methods in bitronix.tm.internal that throw BitronixSystemException
 boolean XAResourceManager.delist(XAResourceHolderState xaResourceHolderState, int flag)
          Delist the specified XAResourceHolderState.
 void XAResourceManager.enlist(XAResourceHolderState xaResourceHolderState)
          Enlist the specified XAResourceHolderState.
 XAResourceHolderState XAResourceManager.findXAResourceHolderState(XAResource xaResource)
          Look if an XAResource has already been enlisted.
 void XAResourceHolderState.setXid(BitronixXid xid)
           
 

Uses of BitronixSystemException in bitronix.tm.resource.common
 

Methods in bitronix.tm.resource.common that throw BitronixSystemException
static void TransactionContextHelper.requeue(XAStatefulHolder xaStatefulHolder, ResourceBean bean)
          Switch the XAStatefulHolder'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 BitronixSystemException
 void Committer.commit(BitronixTransaction transaction, List<XAResourceHolderState> interestedResources)
          Execute phase 2 commit.
 List<XAResourceHolderState> Preparer.prepare(BitronixTransaction transaction)
          Execute phase 1 prepare.
 void Rollbacker.rollback(BitronixTransaction transaction, List<XAResourceHolderState> interestedResources)
          Rollback the current XA transaction.
 



Copyright © 2006-2013 Bitronix Software. All Rights Reserved.