public abstract class IndexTask extends Task
Task.State, Task.Type| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
backendSet
The set of backends that are affected by this task.
|
protected Set<String> |
baseDNs
The set of base DNs that are affected by this task.
|
errorLogs, errorPrintStream, lastException, logs, outPrintStream, outputLogs, process, returnCode, state| Modifier | Constructor and Description |
|---|---|
protected |
IndexTask(ControlPanelInfo info,
ProgressDialog dlg,
Collection<String> baseDNs)
Constructor of the task.
|
protected |
IndexTask(ControlPanelInfo info,
ProgressDialog dlg,
String baseDN)
Constructor of the task.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getBackends()
Returns the names of the backends that are affected by the task.
|
addConfigurationElementCreatedListener, canLaunch, displayBase64, executeCommandLine, getBinaryDir, getCommandLineArguments, getCommandLinePath, getCommandLinePath, getCommandLineToDisplay, getConfigCommandLineArguments, getConnectionCommandLineArguments, getConnectionCommandLineArguments, getEquivalentCommandLine, getErrorLogs, getErrorPrintStream, getIncompatibilityMessage, getInfo, getLastException, getLogs, getNoPropertiesFileArgument, getObfuscatedCommandLineArguments, getOutPrintStream, getOutputLogs, getProcess, getProgressDialog, getReturnCode, getServer, getState, getTaskDescription, getType, isServerRunning, notifyConfigurationElementCreated, obfuscateAttributeStringValue, obfuscateLDIFLine, postOperation, printEquivalentCommandLine, printEquivalentCommandToModify, printEquivalentCommandToModify, printEquivalentRenameCommand, regenerateDescriptor, removeConfigurationElementCreatedListener, runningOnSameServer, runTaskprotected Set<String> backendSet
protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, String baseDN)
info - the control panel information.dlg - the progress dialog where the task progress will be displayed.baseDN - the base DN where the indexes are defined.protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, Collection<String> baseDNs)
info - the control panel information.dlg - the progress dialog where the task progress will be displayed.baseDNs - the list of base DNs where the indexes are defined.public Set<String> getBackends()
getBackends in class TaskCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.