Package com.unboundid.ldap.sdk.unboundidds.tasks

NOTE: This package is part of the Commercial Edition of the UnboundID LDAP SDK for Java.

See:
          Description

Class Summary
AddSchemaFileTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
AlertTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
AuditDataSecurityTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
BackupTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
DisconnectClientTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
DumpDBDetailsTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
EnterLockdownModeTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ExportTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
GroovyScriptedTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ImportTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
LeaveLockdownModeTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
RebuildTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ReEncodeEntriesTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
RefreshEncryptionSettingsTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ReloadGlobalIndexTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
RestoreTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
SearchTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ShutdownTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
Task NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
TaskManager NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
TaskProperty NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ThirdPartyTask NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
 

Enum Summary
FailedDependencyAction NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
TaskState NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
 

Exception Summary
TaskException NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
 

Package com.unboundid.ldap.sdk.unboundidds.tasks Description

NOTE: This package is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.
This package contains a number of helper classes for invoking and interacting with scheduled tasks in the UnboundID Directory Server. Tasks may be used to perform various kinds of administrative functions, like backing up and restoring backends, importing and exporting data, rebuilding indexes, and shutting down or restarting the server.

The TaskManager class provides a number of utility methods for interacting with tasks in an UnboundID Directory Server. The Task class and its subclasses provide a framework for accessing the generic and task-specific information associated with tasks.