@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface ImportTaskListener
| Modifier and Type | Method and Description |
|---|---|
void |
processImportBegin(LocalBackend<?> backend,
LDIFImportConfig config)
Performs any processing that might be necessary just before the
server begins processing on an LDIF import task.
|
void |
processImportEnd(LocalBackend<?> 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(LocalBackend<?> backend, LDIFImportConfig config)
backend - The backend to be imported.config - Configuration information about the LDIF import
to be performed.void processImportEnd(LocalBackend<?> 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-2020 Wren Security. All Rights Reserved.