Package org.opends.server.tasks


package org.opends.server.tasks
Contains implementations for various Directory Server tasks. Tasks define administrative operations that can be invoked by adding an entry into the tasks backend. Tasks may be scheduled to run immediately or at a specified time in the future, and tasks may also be invoked on a recurring basis. Tasks currently defined include those for exporting and importing backend contents to and from LDIF, backing up and restoring backend contents, stopping and restarting the Directory Server, and adding new files into the server schema.
  • Classes
    Class
    Description
    This class provides an implementation of a Directory Server task that can be used to add the contents of a new schema file into the server schema.
    This class provides an implementation of a Directory Server task that may be used to purge backups of a Directory Server.
    This class provides an implementation of a Directory Server task that may be used to back up a Directory Server backend in a binary form.
    This class provides an implementation of a Directory Server task that can be used to terminate a client connection.
    This class provides an implementation of a Directory Server task that can be used to place the server in lockdown mode.
    This class provides an implementation of a Directory Server task that can be used to export the contents of a Directory Server backend to an LDIF file.
    Parameters for import / export tasks.
    This class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.
    This class provides an implementation of a Directory Server task that can be used to initialize another server by exporting data over the replication protocol.
    This class provides an implementation of a Directory Server task that can be used to import data over the replication protocol from another server hosting the same replication domain.
    This class provides an implementation of a Directory Server task that can be used bring the server out of lockdown mode.
    This class provides an implementation of a Directory Server task that can be used to purge the replication historical informations stored in the user entries to solve conflicts.
    This class provides an implementation of a Directory Server task that can be used to rebuild indexes in a backend.
    This class provides an implementation of a Directory Server task that can be used to rebuild the change number index with a given change number and a change represented by its CSN.
    This class provides an implementation of a Directory Server task that can be used to restore a binary backup of a Directory Server backend.
    This class provides an implementation of a Directory Server task that can be used to import data over the replication protocol from another server hosting the same replication domain.
    This class provides an implementation of a Directory Server task that can be used to stop the server.