Uses of Interface
com.atomikos.icatch.Propagation

Packages that use Propagation
com.atomikos.icatch   
com.atomikos.icatch.imp   
com.atomikos.icatch.jaxb.wsc.v200410   
com.atomikos.icatch.jaxws.atomikos   
com.atomikos.icatch.trmi   
 

Uses of Propagation in com.atomikos.icatch
 

Methods in com.atomikos.icatch that return Propagation
 Propagation ExportingTransactionManager.getPropagation()
          Gets the propagation info of the transaction for the calling thread.
 

Methods in com.atomikos.icatch with parameters of type Propagation
 CompositeTransaction ImportingTransactionManager.importTransaction(Propagation propagation, boolean orphancheck, boolean heur_commit)
          Imports the transaction propagation obtained from an incoming request.
 CompositeTransaction TransactionService.recreateCompositeTransaction(Propagation context, boolean orphancheck, boolean heur_commit)
          Recreates a composite transaction based on an imported context.
 

Uses of Propagation in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement Propagation
 class PropagationImp
          Implementation of Propagation interface.
 

Methods in com.atomikos.icatch.imp that return Propagation
static Propagation PropagationImp.adaptPropagation(Propagation propagation, RecoveryCoordinator adaptor)
          Create a new instance.
 

Methods in com.atomikos.icatch.imp with parameters of type Propagation
static Propagation PropagationImp.adaptPropagation(Propagation propagation, RecoveryCoordinator adaptor)
          Create a new instance.
 CompositeTransaction TransactionServiceImp.recreateCompositeTransaction(Propagation context, boolean orphancheck, boolean heur_commit)
           
protected  CompositeTransaction BaseTransactionManager.recreateCompositeTransaction(Propagation context, boolean orphancheck, boolean heur_commit)
          Recreate a composite transaction based on an imported context.
 

Uses of Propagation in com.atomikos.icatch.jaxb.wsc.v200410
 

Methods in com.atomikos.icatch.jaxb.wsc.v200410 that return Propagation
static Propagation Utils.extractPropagationFromHeader(javax.xml.soap.SOAPHeaderElement header, String type, Transport transport, long defaultTimeout)
          Extracts a propagation from the header
 

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

Methods in com.atomikos.icatch.jaxws.atomikos that return Propagation
static Propagation Utils.extractPropagationFromHeader(javax.xml.soap.SOAPHeaderElement header)
           
 

Uses of Propagation in com.atomikos.icatch.trmi
 

Methods in com.atomikos.icatch.trmi that return Propagation
 Propagation TrmiTransactionManager.getPropagation()
           
 

Methods in com.atomikos.icatch.trmi with parameters of type Propagation
 CompositeTransaction TrmiTransactionManager.importTransaction(Propagation propagation, boolean orphancheck, boolean heur_commit)
           
 



Copyright © 2012. All Rights Reserved.