Uses of Class
com.atomikos.icatch.RollbackException

Packages that use RollbackException
com.atomikos.datasource.xa   
com.atomikos.icatch   
com.atomikos.icatch.imp   
com.atomikos.icatch.jaxws   
com.atomikos.icatch.jaxws.atomikos   
com.atomikos.icatch.jaxws.wsat   
com.atomikos.icatch.jca   
com.atomikos.icatch.msg   
com.atomikos.icatch.trmi   
 

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)
          Should be called after call returns successfully: adds the extent of the call to the current transaction.
 void CompositeTransaction.commit()
          Commits the composite transaction.
 void CompositeTerminator.commit()
          Deprecated. Commit the composite transaction.
 HeuristicMessage[] Participant.commit(boolean onePhase)
          Commits the participant's work.
 Propagation ExportingTransactionManager.getPropagation()
          Gets the propagation info of the transaction for the calling thread.
 int Participant.prepare()
          Prepares the participant.
 Extent ImportingTransactionManager.terminated(boolean commit)
          Signals that the incoming request is done processing, in order to terminate the transaction context for the calling thread.
 

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.
 

Uses of RollbackException in com.atomikos.icatch.jaxws
 

Methods in com.atomikos.icatch.jaxws that throw RollbackException
 void SOAPExportingTransactionManager.extractExtent(javax.xml.soap.SOAPMessage msg)
          Extract extent information from a returned SOAP message.
protected  CompositeTransaction GenericSOAPImportingTransactionManager.findTransaction(String tid)
          Finds a given transaction
 void SOAPExportingTransactionManager.insertPropagation(String tid, javax.xml.soap.SOAPMessage msg)
          Insert a portable propagation into an outgoing SOAP message.
 void SOAPImportingTransactionManager.terminated(String tid, javax.xml.soap.SOAPMessage msg, boolean commit)
          Terminates the local work and inserts the extent information into a SOAP message.
 void GenericSOAPImportingTransactionManager.terminated(String tid, javax.xml.soap.SOAPMessage msg, boolean commit)
           
 

Uses of RollbackException in com.atomikos.icatch.jaxws.atomikos
 

Methods in com.atomikos.icatch.jaxws.atomikos that throw RollbackException
 void SOAPExportingTransactionManagerImp.extractExtent(javax.xml.soap.SOAPMessage msg)
           
 void SOAPExportingTransactionManagerImp.insertPropagation(String tid, javax.xml.soap.SOAPMessage msg)
           
 

Uses of RollbackException in com.atomikos.icatch.jaxws.wsat
 

Methods in com.atomikos.icatch.jaxws.wsat that throw RollbackException
 void SOAPExportingTransactionManagerImp.extractExtent(javax.xml.soap.SOAPMessage msg)
           
 void SOAPExportingTransactionManagerImp.insertPropagation(String tid, javax.xml.soap.SOAPMessage msg)
           
 

Uses of RollbackException in com.atomikos.icatch.jca
 

Methods in com.atomikos.icatch.jca that throw RollbackException
 void InboundTransaction.end(boolean success)
          Ends the underlying transaction.
 

Uses of RollbackException in com.atomikos.icatch.msg
 

Methods in com.atomikos.icatch.msg that throw RollbackException
 HeuristicMessage[] MessageParticipant.commit(boolean onePhase)
           
 int MessageParticipant.prepare()
           
 

Uses of RollbackException in com.atomikos.icatch.trmi
 

Methods in com.atomikos.icatch.trmi that throw RollbackException
 void TrmiTransactionManager.addExtent(Extent extent)
           
 HeuristicMessage[] TrmiTransactionManager_Stub.commit(String $param_String_1)
           
 HeuristicMessage[] TrmiTransactionManager.commit(String root)
           
 void TerminationServer.commit(String root)
          Commit the composite transaction.
 HeuristicMessage[] ParticipantServer.commit(String root)
          Commit the participant of the given root, after prepare was sent.
 HeuristicMessage[] _TrmiTransactionManager_Stub.commit(String arg0)
           
 HeuristicMessage[] _ParticipantServer_Stub.commit(String arg0)
           
 HeuristicMessage[] TrmiTransactionManager_Stub.commitOnePhase(String $param_String_1, int $param_int_2, Dictionary $param_Dictionary_3)
           
 HeuristicMessage[] TrmiTransactionManager.commitOnePhase(String root, int siblings, Dictionary cascadeList)
           
 HeuristicMessage[] ParticipantServer.commitOnePhase(String root, int siblings, Dictionary cascadeList)
          Perform one-phase commit for the given root.
 HeuristicMessage[] _TrmiTransactionManager_Stub.commitOnePhase(String arg0, int arg1, Dictionary arg2)
           
 HeuristicMessage[] _ParticipantServer_Stub.commitOnePhase(String arg0, int arg1, Dictionary arg2)
           
 Propagation TrmiTransactionManager.getPropagation()
           
 int TrmiTransactionManager_Stub.prepare(String $param_String_1, int $param_int_2, Dictionary $param_Dictionary_3)
           
 int TrmiTransactionManager.prepare(String root, int siblings, Dictionary cascadelist)
           
 int ParticipantServer.prepare(String root, int siblings, Dictionary cascadelist)
          Prepare the participant of the given root.
 int _TrmiTransactionManager_Stub.prepare(String arg0, int arg1, Dictionary arg2)
           
 int _ParticipantServer_Stub.prepare(String arg0, int arg1, Dictionary arg2)
           
 Extent TrmiTransactionManager.terminated(boolean commit)
           
 



Copyright © 2012. All Rights Reserved.