eXo JCR :: Component :: Extension Service 1.15.1-CP01

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

Packages that use BackupJob
org.exoplatform.services.jcr.ext.backup   
org.exoplatform.services.jcr.ext.backup.impl   
org.exoplatform.services.jcr.ext.backup.impl.fs   
org.exoplatform.services.jcr.ext.backup.impl.rdbms   
 

Uses of BackupJob in org.exoplatform.services.jcr.ext.backup
 

Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type BackupJob
 List<BackupJob> BackupChain.getBackupJobs()
          Getting current backup jobs.
 

Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupJob
 void BackupChainLog.addJobEntry(BackupJob job)
          Adding the the backup job.
 void BackupJobListener.onError(BackupJob job, String message, Throwable error)
          onError.
 void BackupJobListener.onStateChanged(BackupJob job)
          onStateChanged.
 

Uses of BackupJob in org.exoplatform.services.jcr.ext.backup.impl
 

Classes in org.exoplatform.services.jcr.ext.backup.impl that implement BackupJob
 class AbstractBackupJob
          Created by The eXo Platform SAS Date: 05.02.2008
 class AbstractFullBackupJob
          Created by The eXo Platform SARL .
 class AbstractIncrementalBackupJob
          Created by The eXo Platform SARL .
 

Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type BackupJob
 List<BackupJob> BackupChainImpl.getBackupJobs()
           
 

Uses of BackupJob in org.exoplatform.services.jcr.ext.backup.impl.fs
 

Classes in org.exoplatform.services.jcr.ext.backup.impl.fs that implement BackupJob
 class IncrementalBackupJob
          Created by The eXo Platform SARL Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov 20, 2007
 

Uses of BackupJob in org.exoplatform.services.jcr.ext.backup.impl.rdbms
 

Classes in org.exoplatform.services.jcr.ext.backup.impl.rdbms that implement BackupJob
 class FullBackupJob
          Created by The eXo Platform SARL Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov 21, 2007
 


eXo JCR :: Component :: Extension Service 1.15.1-CP01

Copyright © 2013 eXo Platform SAS. All Rights Reserved.