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