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

Packages that use FileResourceUndoManager
org.apache.commons.transaction.file Transactional file access . 
 

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

Classes in org.apache.commons.transaction.file that implement FileResourceUndoManager
 class MemoryUndoManager
          Default implementation of FileResourceUndoManager.
 

Fields in org.apache.commons.transaction.file declared as FileResourceUndoManager
protected  FileResourceUndoManager TxFileResourceManager.undoManager
           
 

Methods in org.apache.commons.transaction.file that return FileResourceUndoManager
protected  FileResourceUndoManager TxFileResourceManager.getUndoManager()
           
 

Methods in org.apache.commons.transaction.file with parameters of type FileResourceUndoManager
 void TxFileResourceManager.setUndoManager(FileResourceUndoManager undoManager)
           
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.