Uses of Interface
com.atomikos.icatch.Extent

Packages that use Extent
com.atomikos.icatch   
com.atomikos.icatch.imp   
 

Uses of Extent in com.atomikos.icatch
 

Methods in com.atomikos.icatch that return Extent
 Extent TransactionControl.getExtent()
          Deprecated. Get the extent for the transaction.
 Extent CompositeTransaction.getExtent()
          Get the extent for the transaction.
 Extent ImportingTransactionManager.terminated(boolean commit)
          Termination callback for current tx.
 

Methods in com.atomikos.icatch with parameters of type Extent
 void Extent.add(Extent extent)
          Add another extent to the current extent.
 void ExportingTransactionManager.addExtent(Extent extent)
          Called after call returns successfully: add the extent of the call to the current tx.
 

Uses of Extent in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement Extent
 class ExtentImp
          The extent carries the information about the 'size' of a propagation after it returns: the indirectly invoked servers, and the orphan detection information for those.
 

Fields in com.atomikos.icatch.imp declared as Extent
protected  Extent CompositeTransactionImp.extent_
           
 

Methods in com.atomikos.icatch.imp that return Extent
 Extent CompositeTransactionImp.getExtent()
           
 Extent AbstractCompositeTransaction.getExtent()
           
 

Methods in com.atomikos.icatch.imp with parameters of type Extent
 void ExtentImp.add(Extent extent)
           
 



Copyright © 2011. All Rights Reserved.