|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BackupChain
Created by The eXo Platform SAS. Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua 09.01.2008
| Field Summary | |
|---|---|
static int |
FULL_WORKING
The full backup state. |
static int |
INCREMENTAL_WORKING
The full + incremental backup state. |
static long |
TIMEOUT
The timeout. |
| Fields inherited from interface org.exoplatform.services.jcr.ext.backup.RepositoryBackupChain |
|---|
FINISHED, FULL_BACKUP_FINISHED_INCREMENTAL_BACKUP_WORKING, INITIALIZED, WORKING |
| Method Summary | |
|---|---|
void |
addListener(BackupJobListener listener)
Add listener to all existing and will be created in future jobs. |
BackupConfig |
getBackupConfig()
Getting backup config. |
List<BackupJob> |
getBackupJobs()
Getting current backup jobs. |
int |
getFullBackupState()
Getting the state of full backup. |
int |
getIncrementalBackupState()
Getting the state of incremental backup. |
void |
removeListener(BackupJobListener listener)
Remove listener from all existing and don't add it to a created in future jobs. |
| Methods inherited from interface org.exoplatform.services.jcr.ext.backup.RepositoryBackupChain |
|---|
getBackupId, getLogFilePath, getStartedTime, getState, isFinished, startBackup, stopBackup |
| Field Detail |
|---|
static final int FULL_WORKING
static final int INCREMENTAL_WORKING
static final long TIMEOUT
| Method Detail |
|---|
List<BackupJob> getBackupJobs()
BackupConfig getBackupConfig()
getBackupConfig in interface RepositoryBackupChainint getFullBackupState()
int getIncrementalBackupState()
void addListener(BackupJobListener listener)
listener - BackupJobListener, the backup job listenervoid removeListener(BackupJobListener listener)
listener - BackupJobListener, the backup job listener
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||