|
eXo JCR :: Component :: Extension Service 1.15.1-CP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.backup.impl.RepositoryBackupChainImpl
public class RepositoryBackupChainImpl
Created by The eXo Platform SAS.
Date: 2010
| Field Summary |
|---|
| Fields inherited from interface org.exoplatform.services.jcr.ext.backup.RepositoryBackupChain |
|---|
FINISHED, FULL_BACKUP_FINISHED_INCREMENTAL_BACKUP_WORKING, INITIALIZED, WORKING |
| Constructor Summary | |
|---|---|
RepositoryBackupChainImpl(RepositoryBackupConfig config,
File logDirectory,
RepositoryService repositoryService,
String fullBackupType,
String incrementalBackupType,
String repositoryBackupId)
|
|
| Method Summary | |
|---|---|
RepositoryBackupConfig |
getBackupConfig()
Getting repository backup config. |
String |
getBackupId()
Getting identifier of backup. |
String |
getLogFilePath()
Getting path to backup log. |
Calendar |
getStartedTime()
Getting started time of backup. |
int |
getState()
Getting state of backup. |
boolean |
isFinished()
isFinished. |
void |
startBackup()
Call start backup. |
void |
stopBackup()
Call stop backup. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryBackupChainImpl(RepositoryBackupConfig config,
File logDirectory,
RepositoryService repositoryService,
String fullBackupType,
String incrementalBackupType,
String repositoryBackupId)
throws BackupOperationException,
BackupConfigurationException
BackupOperationException
BackupConfigurationException| Method Detail |
|---|
public String getLogFilePath()
getLogFilePath in interface RepositoryBackupChainpublic int getState()
getState in interface RepositoryBackupChainpublic boolean isFinished()
isFinished in interface RepositoryBackupChainpublic void startBackup()
startBackup in interface RepositoryBackupChainpublic void stopBackup()
stopBackup in interface RepositoryBackupChainpublic String getBackupId()
getBackupId in interface RepositoryBackupChainpublic Calendar getStartedTime()
getStartedTime in interface RepositoryBackupChainpublic RepositoryBackupConfig getBackupConfig()
getBackupConfig in interface RepositoryBackupChain
|
eXo JCR :: Component :: Extension Service 1.15.1-CP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||