public interface IndexerListener
IndexerContext instances.| Modifier and Type | Method and Description |
|---|---|
void |
afterIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext has just been completed. |
void |
afterIndexError(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext failed. |
void |
beforeIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext is about to begin. |
void beforeIndex(IndexerContext context) throws IndexerException
IndexerContext is about to begin.context - - the IndexerContextIndexerException - if an error occursvoid afterIndex(IndexerContext context) throws IndexerException
IndexerContext has just been completed.context - - the IndexerContextIndexerException - if an error occursvoid afterIndexError(IndexerContext context) throws IndexerException
IndexerContext failed.context - - the IndexerContextIndexerException - if an error occursCopyright © 2017 SAP SE. All Rights Reserved.