org.exoplatform.services.jcr.ext.backup.impl
Class JobExistingWorkspaceRestore
java.lang.Object
java.lang.Thread
org.exoplatform.services.jcr.ext.backup.impl.JobWorkspaceRestore
org.exoplatform.services.jcr.ext.backup.impl.JobExistingWorkspaceRestore
- All Implemented Interfaces:
- Runnable
public class JobExistingWorkspaceRestore
- extends JobWorkspaceRestore
Created by The eXo Platform SAS.
Date: 2010
- Version:
- $Id$
- Author:
- Alex Reshetnyak
| 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 |
JobExistingWorkspaceRestore
public JobExistingWorkspaceRestore(RepositoryService repositoryService,
BackupManager backupManager,
String repositoryName,
File logFile,
WorkspaceEntry wEntry)
- JobExistingWorkspaceRestore constructor.
restoreWorkspace
protected void restoreWorkspace()
throws WorkspaceRestoreException
- Will be restored the workspace.
- Overrides:
restoreWorkspace in class JobWorkspaceRestore
- Throws:
WorkspaceRestoreException
removeWorkspace
protected void removeWorkspace(ManageableRepository mr,
String workspaceName)
throws javax.jcr.RepositoryException
- Remove workspace.
- Overrides:
removeWorkspace in class JobWorkspaceRestore
- Parameters:
mr - ManageableRepository, the manageable repositoryworkspaceName - String, the workspace name
- Throws:
javax.jcr.RepositoryException - will be generated the RepositoryException
Copyright © 2014 eXo Platform SAS. All Rights Reserved.