|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface ImportTaskListener
This interface defines a set of methods that may be used to notify various Directory Server components whenever an LDIF import task is about to begin or has just completed. Note that these methods will only be invoked for the LDIF import task and not for offline LDIF import processing.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |