Uses of Interface
com.atomikos.icatch.SubTxAwareParticipant

Packages that use SubTxAwareParticipant
com.atomikos.icatch   
com.atomikos.icatch.imp   
com.atomikos.icatch.jta   
 

Uses of SubTxAwareParticipant in com.atomikos.icatch
 

Methods in com.atomikos.icatch with parameters of type SubTxAwareParticipant
 void CompositeTransaction.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware)
          Register a participant on behalf of a subtransaction, to be notified as soon as the locally finished state is reached.
 

Uses of SubTxAwareParticipant in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement SubTxAwareParticipant
 class BaseTransactionManager
          Abstract TM class, to be extended for different communication layers.
 class ResumePreviousTransactionSubTxAwareParticipant
          A subtx aware participant that resumes a previous transaction upon termination of the (sub)transaction it is registered with.
 class TransactionServiceImp
          General implementation of Transaction Service.
 

Methods in com.atomikos.icatch.imp with parameters of type SubTxAwareParticipant
 void CompositeTransactionImp.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware)
           
 void AbstractCompositeTransaction.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware)
           
 

Uses of SubTxAwareParticipant in com.atomikos.icatch.jta
 

Classes in com.atomikos.icatch.jta that implement SubTxAwareParticipant
 class TransactionManagerImp
          The JTA transaction manager implementation.
 



Copyright © 2011. All Rights Reserved.