Uses of Interface
org.exoplatform.services.jcr.ext.backup.BackupJobListener

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 BackupChain.addListener(BackupJobListener listener)
          Add listener to all existing and will be created in future jobs
 void BackupJob.addListener(BackupJobListener listener)
           
 void BackupChain.removeListener(BackupJobListener listener)
          Remove listener from all existing and don't add it to a created in future jobs
 void BackupJob.removeListener(BackupJobListener listener)
           
 

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.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.