eXo JCR :: Component :: Extension Service 1.16.0-CR2

org.exoplatform.services.jcr.ext.backup.impl
Class JobExistingRepositorySameConfigRestore

java.lang.Object
  extended by java.lang.Thread
      extended by org.exoplatform.services.jcr.ext.backup.impl.JobRepositoryRestore
          extended by org.exoplatform.services.jcr.ext.backup.impl.JobExistingRepositorySameConfigRestore
All Implemented Interfaces:
Runnable

public class JobExistingRepositorySameConfigRestore
extends JobRepositoryRestore

Created by The eXo Platform SAS. Date: 24 01 2011

Version:
$Id: JobExistingRepositorySameConfigRestore.java 34360 2010-11-11 11:11:11Z tolusha $
Author:
Anatoliy Bazko

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class org.exoplatform.services.jcr.ext.backup.impl.JobRepositoryRestore
LOG, REPOSITORY_RESTORE_FAIL, REPOSITORY_RESTORE_INITIALIZED, REPOSITORY_RESTORE_STARTED, REPOSITORY_RESTORE_SUCCESSFUL, repositoryEntry, repositoryService, workspacesMapping
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
JobExistingRepositorySameConfigRestore(RepositoryService repoService, BackupManagerImpl backupManagerImpl, RepositoryEntry repositoryEntry, Map<String,File> workspacesMapping, File backupChainLogFile)
          JobExistingRepositorySameConfigRestore constructor.
JobExistingRepositorySameConfigRestore(RepositoryService repoService, BackupManagerImpl backupManagerImpl, RepositoryEntry repositoryEntry, Map<String,File> workspacesMapping, File backupChainLogFile, boolean removeJobOnceOver)
          JobExistingRepositorySameConfigRestore constructor.
 
Method Summary
protected  void restoreRepository()
          Will be restored the workspace.
 
Methods inherited from class org.exoplatform.services.jcr.ext.backup.impl.JobRepositoryRestore
getEndTime, getRepositoryBackupChainLog, getRepositoryEntry, getRepositoryName, getRestoreException, getStartTime, getStateRestore, removeRepository, restore, run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobExistingRepositorySameConfigRestore

public JobExistingRepositorySameConfigRestore(RepositoryService repoService,
                                              BackupManagerImpl backupManagerImpl,
                                              RepositoryEntry repositoryEntry,
                                              Map<String,File> workspacesMapping,
                                              File backupChainLogFile)
JobExistingRepositorySameConfigRestore constructor.


JobExistingRepositorySameConfigRestore

public JobExistingRepositorySameConfigRestore(RepositoryService repoService,
                                              BackupManagerImpl backupManagerImpl,
                                              RepositoryEntry repositoryEntry,
                                              Map<String,File> workspacesMapping,
                                              File backupChainLogFile,
                                              boolean removeJobOnceOver)
JobExistingRepositorySameConfigRestore constructor.

Method Detail

restoreRepository

protected void restoreRepository()
                          throws RepositoryRestoreExeption
Will be restored the workspace.

Overrides:
restoreRepository in class JobRepositoryRestore
Throws:
RepositoryRestoreExeption

eXo JCR :: Component :: Extension Service 1.16.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.