Uses of Package
org.opends.server.backends.task
-
Packages that use org.opends.server.backends.task Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side.org.opends.server.tasks Contains implementations for various Directory Server tasks.org.opends.server.tools Contains various Directory Server tool implementations.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend. -
Classes in org.opends.server.backends.task used by org.opends.server.api Class Description Task This class defines a task that may be executed by the task backend within the Directory Server. -
Classes in org.opends.server.backends.task used by org.opends.server.backends.task Class Description FailedDependencyAction This enumeration defines the various ways that a task can behave if it is dependent upon another task and that earlier task is done running but did not complete successfully.RecurringTask This class defines a information about a recurring task, which will be used to repeatedly schedule tasks for processing.Task This class defines a task that may be executed by the task backend within the Directory Server.TaskBackend This class provides an implementation of a Directory Server backend that may be used to execute various kinds of administrative tasks on a one-time or recurring basis.TaskScheduler This class defines a task scheduler for the Directory Server that will control the execution of scheduled tasks and other administrative functions that need to occur on a regular basis.TaskState This enumeration defines the various states that a task can have during its lifetime. -
Classes in org.opends.server.backends.task used by org.opends.server.replication.plugin Class Description Task This class defines a task that may be executed by the task backend within the Directory Server. -
Classes in org.opends.server.backends.task used by org.opends.server.replication.service Class Description Task This class defines a task that may be executed by the task backend within the Directory Server. -
Classes in org.opends.server.backends.task used by org.opends.server.tasks Class Description Task This class defines a task that may be executed by the task backend within the Directory Server.TaskState This enumeration defines the various states that a task can have during its lifetime. -
Classes in org.opends.server.backends.task used by org.opends.server.tools Class Description Task This class defines a task that may be executed by the task backend within the Directory Server. -
Classes in org.opends.server.backends.task used by org.opends.server.tools.tasks Class Description FailedDependencyAction This enumeration defines the various ways that a task can behave if it is dependent upon another task and that earlier task is done running but did not complete successfully.TaskState This enumeration defines the various states that a task can have during its lifetime.