@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface ExportTaskListener
| Modifier and Type | Method and Description |
|---|---|
void |
processExportBegin(Backend backend,
LDIFExportConfig config)
Performs any processing that might be necessary just before the
server begins processing on an LDIF export task.
|
void |
processExportEnd(Backend backend,
LDIFExportConfig config,
boolean successful)
Performs any processing that might be necessary after the server
has completed processing on an LDIF export task.
|
void processExportBegin(Backend backend, LDIFExportConfig config)
backend - The backend to be exported.config - Configuration information about the LDIF export
to be performed.void processExportEnd(Backend backend, LDIFExportConfig config, boolean successful)
backend - The backend that was exported.config - Configuration information about the LDIF
export that was performed.successful - Indicates whether the export operation
completed successfully.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.