Uses of Interface
org.apache.commons.transaction.file.TransactionIdToPathMapper

Packages that use TransactionIdToPathMapper
org.apache.commons.transaction.file   
 

Uses of TransactionIdToPathMapper in org.apache.commons.transaction.file
 

Classes in org.apache.commons.transaction.file that implement TransactionIdToPathMapper
 class NoOpTransactionIdToPathMapper
          Default implementation of TransactionIdToPathMapper, which expects transaction ids being strings and using them as path.
 

Fields in org.apache.commons.transaction.file declared as TransactionIdToPathMapper
protected  TransactionIdToPathMapper FileResourceManager.txIdMapper
           
 

Constructors in org.apache.commons.transaction.file with parameters of type TransactionIdToPathMapper
FileResourceManager(String storeDir, String workDir, ResourceIdToPathMapper idMapper, TransactionIdToPathMapper txIdMapper, LoggerFacade logger, boolean debug)
          Creates a new resource manager operation on the specified directories.
VirtualAdminCommandsFileResourceManager(String storeDir, String workDir, ResourceIdToPathMapper idMapper, TransactionIdToPathMapper txIdMapper, LoggerFacade logger, boolean debug)
          Creates a new resource manager operation on the specified directories.
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.