|
|||||||||
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 ExportTaskListener
This interface defines a set of methods that may be used to notify various Directory Server components whenever an LDIF export task is about to begin or has just completed. Note that these methods will only be invoked for the LDIF export task and not for offline LDIF export processing.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |