Uses of Interface
com.atomikos.icatch.SubTxAwareParticipant

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

Uses of SubTxAwareParticipant in com.atomikos.icatch
 

Methods in com.atomikos.icatch with parameters of type SubTxAwareParticipant
 void CompositeTransaction.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware)
          Resources that support lock inheritance can use this feature to be notified whenever a lock should be inherited.
 

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.
 

Uses of SubTxAwareParticipant in com.atomikos.icatch.msg
 

Classes in com.atomikos.icatch.msg that implement SubTxAwareParticipant
 class SubTxAwareMessageParticipant
          A subtx aware implementation that wraps a MessageParticipant.
 

Uses of SubTxAwareParticipant in com.atomikos.icatch.trmi
 

Classes in com.atomikos.icatch.trmi that implement SubTxAwareParticipant
 class SubTxAwareWrapper
          A wrapper for adding an exported SubTxAwareParticipant instance on a client VM that is different from the server VM.
 class TrmiTransactionManager
          A transaction manager implementation for RMI-based composite systems.
 

Methods in com.atomikos.icatch.trmi with parameters of type SubTxAwareParticipant
 void TrmiTransactionManager_Stub.addSubTxAwareParticipant(SubTxAwareParticipant $param_SubTxAwareParticipant_1, String $param_String_2)
           
 void TrmiTransactionManager.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware, String txid)
           
 void CompositeTransactionServer.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware, String txid)
          Add a subtx aware participant to the given tx.
 void _TrmiTransactionManager_Stub.addSubTxAwareParticipant(SubTxAwareParticipant arg0, String arg1)
           
 void _CompositeTransactionServer_Stub.addSubTxAwareParticipant(SubTxAwareParticipant arg0, String arg1)
           
 



Copyright © 2012. All Rights Reserved.