Uses of Class
com.atomikos.icatch.RollbackException

Packages that use RollbackException
com.atomikos.datasource.xa   
com.atomikos.icatch   
com.atomikos.icatch.imp   
 

Uses of RollbackException in com.atomikos.datasource.xa
 

Methods in com.atomikos.datasource.xa that throw RollbackException
 HeuristicMessage[] XAResourceTransaction.commit(boolean onePhase)
           
 int XAResourceTransaction.prepare()
           
 

Uses of RollbackException in com.atomikos.icatch
 

Methods in com.atomikos.icatch that throw RollbackException
 void ExportingTransactionManager.addExtent(Extent extent)
          Called after call returns successfully: add the extent of the call to the current tx.
 void CompositeTransaction.commit()
          Commit the composite transaction.
 void CompositeTerminator.commit()
          Commit the composite transaction.
 HeuristicMessage[] Participant.commit(boolean onePhase)
          Commit the participant's work.
 Propagation ExportingTransactionManager.getPropagation()
          Get the propagation info of the tx for the calling thread.
 int Participant.prepare()
          Prepare the participant.
 Extent ImportingTransactionManager.terminated(boolean commit)
          Termination callback for current tx.
 

Uses of RollbackException in com.atomikos.icatch.imp
 

Methods in com.atomikos.icatch.imp that throw RollbackException
 RecoveryCoordinator CoordinatorImp.addParticipant(Participant participant)
           
 void CompositeTransactionImp.commit()
           
 void AbstractCompositeTransaction.commit()
           
 HeuristicMessage[] SubTransactionCoordinatorParticipant.commit(boolean onePhase)
           
 HeuristicMessage[] RollbackOnlyParticipant.commit(boolean onePhase)
           
 HeuristicMessage[] ReadOnlyParticipant.commit(boolean onePhase)
           
 HeuristicMessage[] CoordinatorImp.commit(boolean onePhase)
           
 HeuristicMessage[] CoordinatorImp.commitHeuristically()
           
protected  void CompositeTransactionImp.doCommit()
          Successfully end the composite transaction.
 int SubTransactionCoordinatorParticipant.prepare()
           
 int RollbackOnlyParticipant.prepare()
           
 int ReadOnlyParticipant.prepare()
           
 int CoordinatorImp.prepare()
           
protected  void CoordinatorImp.terminate(boolean commit)
          Terminate the work, on behalf of Terminator.
 



Copyright © 2011. All Rights Reserved.