Uses of Enum Class
org.opends.server.backends.task.TaskState
Packages that use TaskState
Package
Description
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Contains implementations for various Directory Server tasks.
This package contains classes that support client tool interaction with the tasks backend.
-
Uses of TaskState in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return TaskStateModifier and TypeMethodDescriptionfinal TaskStateTask.execute()Begins execution for this task.static TaskStateTaskState.fromString(String s) Retrieves the task state that corresponds to the provided string value.protected TaskStateTask.getFinalTaskState()Returns a state for this task after processing has completed.final TaskStateTask.getTaskState()Retrieves the current state for this task.protected abstract TaskStateTask.runTask()Performs the actual core processing for this task.static TaskStateReturns the enum constant of this class with the specified name.static TaskState[]TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opends.server.backends.task with parameters of type TaskStateModifier and TypeMethodDescriptionvoidTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) Performs any necessary processing to prematurely interrupt the execution of this task.protected voidTask.setTaskInterruptState(TaskState state) Sets a state for this task that is the result of a call toTask.interruptTask(TaskState, LocalizableMessage).booleanTaskScheduler.threadDone(org.opends.server.backends.task.TaskThread taskThread, Task completedTask, TaskState taskState) Indicates that processing has completed on the provided task thread and that it is now available for processing other tasks. -
Uses of TaskState in org.opends.server.tasks
Methods in org.opends.server.tasks that return TaskStateModifier and TypeMethodDescriptionprotected TaskStateAddSchemaFileTask.runTask()protected TaskStateBackupPurgeTask.runTask()protected TaskStateBackupTask.runTask()protected TaskStateDisconnectClientTask.runTask()protected TaskStateEnterLockdownModeTask.runTask()protected TaskStateExportTask.runTask()protected TaskStateImportTask.runTask()protected TaskStateInitializeTargetTask.runTask()protected TaskStateInitializeTask.runTask()protected TaskStateLeaveLockdownModeTask.runTask()protected TaskStatePurgeConflictsHistoricalTask.runTask()protected TaskStateRebuildTask.runTask()protected TaskStateResetChangeNumberTask.runTask()protected TaskStateRestoreTask.runTask()protected TaskStateSetGenerationIdTask.runTask()ShutdownTask.runTask()Performs the actual core processing for this task.Methods in org.opends.server.tasks with parameters of type TaskStateModifier and TypeMethodDescriptionvoidBackupPurgeTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidBackupTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidExportTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidImportTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidInitializeTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidRestoreTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) -
Uses of TaskState in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return TaskState