org.exoplatform.services.jcr.ext.backup.impl
Class AbstractFullBackupJob

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
      extended by org.exoplatform.services.jcr.ext.backup.impl.AbstractFullBackupJob
All Implemented Interfaces:
java.lang.Runnable, BackupJob
Direct Known Subclasses:
FullBackupJob

public abstract class AbstractFullBackupJob
extends AbstractBackupJob

Created by The eXo Platform SARL .

Version:
$Id: AbstractFullBackupJob.java 35186 2009-08-07 14:23:43Z pnedonosko $
Author:
Gennady Azarenkov

Field Summary
 
Fields inherited from class org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
config, id, repository, state, timeStamp, url, workspaceName
 
Fields inherited from interface org.exoplatform.services.jcr.ext.backup.BackupJob
FINISHED, FULL, INCREMENTAL, STARTING, WAITING, WORKING
 
Constructor Summary
AbstractFullBackupJob()
           
 
Method Summary
 int getType()
          FULL or INCREMENTAL
 
Methods inherited from class org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
addListener, createStorage, getId, getState, getStorageURL, notifyError, notifyListeners, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exoplatform.services.jcr.ext.backup.BackupJob
init, stop
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

AbstractFullBackupJob

public AbstractFullBackupJob()
Method Detail

getType

public final int getType()
Description copied from interface: BackupJob
FULL or INCREMENTAL

Returns:


Copyright © 2011 eXo Platform SAS. All Rights Reserved.