Class FullBackupJob

  • All Implemented Interfaces:
    Runnable, BackupJob

    public class FullBackupJob
    extends AbstractFullBackupJob
    Created by The eXo Platform SARL Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov 21, 2007
    • Field Detail

      • LOG

        protected static final org.exoplatform.services.log.Log LOG
    • Constructor Detail

      • FullBackupJob

        public FullBackupJob()
    • Method Detail

      • init

        public void init​(org.exoplatform.services.jcr.core.ManageableRepository repository,
                         String workspaceName,
                         BackupConfig config,
                         Calendar timeStamp)
        Description copied from interface: BackupJob
        Initialize.
        Parameters:
        repository - ManageableRepository, the manageable repository
        workspaceName - String, the workspace name
        config - BackupConfig, the backup config
        timeStamp - Calendar, the time stamp
      • run

        public void run()
      • stop

        public void stop()
        Description copied from interface: BackupJob
        Call stop of job.