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

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

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

Classes in org.apache.commons.transaction.file that implement ResourceIdToPathMapper
 class URLEncodeIdMapper
          URL encodes a resource.
 

Fields in org.apache.commons.transaction.file declared as ResourceIdToPathMapper
protected  ResourceIdToPathMapper FileResourceManager.idMapper
           
 

Constructors in org.apache.commons.transaction.file with parameters of type ResourceIdToPathMapper
FileResourceManager(String storeDir, String workDir, ResourceIdToPathMapper idMapper, LoggerFacade logger, boolean debug)
          Creates a new resource manager operation on the specified directories.
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, 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.