@PublicAPI(stability=PRIVATE)

Package org.opends.server.tools.tasks

This package contains classes that support client tool interaction with the tasks backend.

See:
          Description

Interface Summary
TaskScheduleInformation Interface for tools that are capable of scheduling a task remotely through the task backend.
 

Class Summary
TaskClient Helper class for interacting with the task backend on behalf of utilities that are capable of being scheduled.
TaskEntry Processes information from a task entry from the directory and provides accessors for attribute information.
TaskTool Base class for tools that are capable of operating either by running local within this JVM or by scheduling a task to perform the same action running within the directory server through the tasks interface.
 

Exception Summary
TaskClientException Exception for problems related to interacting with the task backend.
 

Package org.opends.server.tools.tasks Description

This package contains classes that support client tool interaction with the tasks backend.