org.exoplatform.services.jcr.ext.backup.impl
Class AbstractFullBackupJob
java.lang.Object
org.exoplatform.services.jcr.ext.backup.impl.AbstractBackupJob
org.exoplatform.services.jcr.ext.backup.impl.AbstractFullBackupJob
- All Implemented Interfaces:
- Runnable, BackupJob
- Direct Known Subclasses:
- FullBackupJob, FullBackupJob
public abstract class AbstractFullBackupJob
- extends AbstractBackupJob
Created by The eXo Platform SARL .
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
|
Method Summary |
int |
getType()
Getting the type of job. |
| 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 |
AbstractFullBackupJob
public AbstractFullBackupJob()
getType
public final int getType()
- Description copied from interface:
BackupJob
- Getting the type of job.
- Returns:
- int
return the type of job
Copyright © 2012 eXo Platform SAS. All Rights Reserved.