public class InitializeTargetTask extends Task
Constructor and Description |
---|
InitializeTargetTask() |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
getDisplayName()
Gets a message that identifies this type of task suitable for presentation to humans in monitoring tools.
|
void |
initializeTask()
Performs any task-specific initialization that may be required before processing can start.
|
protected TaskState |
runTask()
Performs the actual core processing for this task.
|
void |
setLeft(long left)
Set the total number of entries still to be exported.
|
void |
setTotal(long total)
Set the total number of entries expected to be exported.
|
addLogMessage, addLogMessage, compareTo, execute, getActualStartTime, getAttributeDisplayName, getCompletionTime, getDependencyIDs, getFailedDependencyAction, getFinalTaskState, getLogMessages, getNotifyOnCompletionAddresses, getNotifyOnErrorAddresses, getOperation, getRecurringTaskID, getScheduledStartTime, getServerContext, getTaskEntry, getTaskEntryDN, getTaskID, getTaskInterruptState, getTaskState, initializeTaskInternal, interruptTask, isCancelled, isInterruptable, isRecurring, replaceAttributeValue, sendNotificationEMailMessage, setCompletionTime, setOperation, setTaskInterruptState
public LocalizableMessage getDisplayName()
Task
getDisplayName
in class Task
public void initializeTask() throws LdapException
Task
initializeTask
in class Task
LdapException
- If a problem occurs during initialization that should be returned to the client.protected TaskState runTask()
Task
public void setTotal(long total)
total
- The total number of entries.public void setLeft(long left)
left
- The total number of entries to be exported.Copyright 2010-2022 ForgeRock AS.