org.exoplatform.services.jcr.ext.replication.recovery
Class RecoveryReader
java.lang.Object
org.exoplatform.services.jcr.ext.replication.recovery.AbstractFSAccess
org.exoplatform.services.jcr.ext.replication.recovery.RecoveryReader
public class RecoveryReader
- extends AbstractFSAccess
Created by The eXo Platform SAS.
- Version:
- $Id: RecoveryReader.java 35186 2009-08-07 14:23:43Z pnedonosko $
- Author:
- Alex Reshetnyak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecoveryReader
public RecoveryReader(FileCleaner fileCleaner,
java.io.File recoveryDir)
- RecoveryReader constructor.
- Parameters:
fileCleaner - the FileCleanerrecoveryDir - the recoveryDir
getChangesLog
public TransactionChangesLog getChangesLog(java.lang.String filePath)
throws java.io.IOException,
java.lang.ClassNotFoundException
- getChangesLog.
- Parameters:
filePath - full path to binary ChangesLog
- Returns:
- TransactionChangesLog return the TransactionChangesLog
- Throws:
java.io.IOException - will be generated the IOException
java.lang.ClassNotFoundException - will be generated the ClassNotFoundException
getFilePathList
public java.util.List<java.lang.String> getFilePathList(java.util.Calendar timeStamp,
java.lang.String ownName)
throws java.io.IOException
- getFilePathList.
- Parameters:
timeStamp - up to dateownName - owner name
- Returns:
- List list of binary changes log up to date
- Throws:
java.io.IOException - will be generated IOException if fail.
Copyright © 2011 eXo Platform SAS. All Rights Reserved.