org.exist.storage
Class DataBackup
java.lang.Object
org.exist.storage.DataBackup
- All Implemented Interfaces:
- SystemTask
public class DataBackup
- extends Object
- implements SystemTask
DataBackup
public DataBackup()
DataBackup
public DataBackup(String destination)
afterCheckpoint
public boolean afterCheckpoint()
- Specified by:
afterCheckpoint
in interface SystemTask
- Returns:
- true if a checkpoint should be generated before this system task
runs. A checkpoint guarantees that all changes were written to disk.
configure
public void configure(Configuration config,
Properties properties)
throws EXistException
- Specified by:
configure
in interface SystemTask
- Throws:
EXistException
execute
public void execute(DBBroker broker)
throws EXistException
- Description copied from interface:
SystemTask
- Execute this task.
- Specified by:
execute
in interface SystemTask
- Parameters:
broker
- a DBBroker object that can be used
- Throws:
EXistException
Copyright (C) Wolfgang Meier. All rights reserved.