public abstract class AbstractObjectRecoveryService extends java.lang.Object implements ObjectRecoveryService
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
backupRepo |
protected static MXLogger |
integrationLogger |
protected DataObject |
loadFile |
protected java.lang.String |
recoveryRepo |
protected java.lang.String |
sourceRepo |
Constructor and Description |
---|
AbstractObjectRecoveryService(DataObject loadFile,
java.lang.String sourceRepo)
Contructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endRecovery, readRecoveryUnit, releaseResources, startRecovery, writeRecoveryUnit
protected DataObject loadFile
protected java.lang.String sourceRepo
protected java.lang.String backupRepo
protected java.lang.String recoveryRepo
protected static final MXLogger integrationLogger
public AbstractObjectRecoveryService(DataObject loadFile, java.lang.String sourceRepo)
loadFile
- file to be imported