Uses of Interface
com.atomikos.icatch.Extent

Packages that use Extent
com.atomikos.icatch   
 

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()
           
 Extent ImportingTransactionManager.terminated(boolean commit)
          Signals that the incoming request is done processing, in order to terminate the transaction context for the calling thread.
 

Methods in com.atomikos.icatch with parameters of type Extent
 void Extent.add(Extent extent)
          Merges another extent into this one.
 void ExportingTransactionManager.addExtent(Extent extent)
          Should be called after call returns successfully: adds the extent of the call to the current transaction.
 



Copyright © 2012. All Rights Reserved.