@PublicAPI(stability=PRIVATE)

Package org.opends.server.tasks

Contains implementations for various Directory Server tasks.

See:
          Description

Class Summary
AddSchemaFileTask 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.
BackupTask 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 that may be quickly archived and restored.
DisconnectClientTask This class provides an implementation of a Directory Server task that can be used to terminate a client connection.
EnterLockdownModeTask This class provides an implementation of a Directory Server task that can be used to place the server in lockdown mode.
ExportTask 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.
ImportTask This class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.
InitializeTargetTask This class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.
InitializeTask 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.
LeaveLockdownModeTask This class provides an implementation of a Directory Server task that can be used bring the server out of lockdown mode.
RebuildTask This class provides an implementation of a Directory Server task that can be used to rebuild indexes in the JEB backend..
RestartTaskThread This class defines a thread that will be spawned to invoke a Directory Server in-core restart.
RestoreTask This class provides an implementation of a Directory Server task that can be used to restore a binary backup of a Directory Server backend.
SetGenerationIdTask 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.
ShutdownTask This class provides an implementation of a Directory Server task that can be used to stop the server.
ShutdownTaskThread This class defines a thread that will be spawned to invoke the Directory Server shutdown process.
TaskUtils This class defines a number of static utility methods for server tasks.
 

Package org.opends.server.tasks Description

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.