|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BackupJobListener | |
|---|---|
| org.exoplatform.services.jcr.ext.backup | |
| org.exoplatform.services.jcr.ext.backup.impl | |
| Uses of BackupJobListener in org.exoplatform.services.jcr.ext.backup |
|---|
| Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupJobListener | |
|---|---|
void |
BackupJob.addListener(BackupJobListener listener)
|
void |
BackupChain.addListener(BackupJobListener listener)
Add listener to all existing and will be created in future jobs |
void |
BackupJob.removeListener(BackupJobListener listener)
|
void |
BackupChain.removeListener(BackupJobListener listener)
Remove listener from all existing and don't add it to a created in future jobs |
| Uses of BackupJobListener in org.exoplatform.services.jcr.ext.backup.impl |
|---|
| Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupJobListener | |
|---|---|
void |
AbstractBackupJob.addListener(BackupJobListener listener)
|
void |
BackupChainImpl.addListener(BackupJobListener listener)
|
void |
AbstractBackupJob.removeListener(BackupJobListener listener)
|
void |
BackupChainImpl.removeListener(BackupJobListener listener)
|
void |
BackupScheduler.schedule(BackupConfig config,
java.util.Date startTime,
java.util.Date stopTime,
long chainPeriod,
long incrementalPeriod,
BackupJobListener listener)
Schedule backup task with given configuration and scheduler parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||