Class CommitterServiceEvent
java.lang.Object
java.util.EventObject
com.norconex.commons.lang.event.Event
com.norconex.committer.core.service.CommitterServiceEvent
- All Implemented Interfaces:
Serializable
Default committer events.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCommitterServiceEvent.CommitterServiceEventBuilder<C extends CommitterServiceEvent,B extends CommitterServiceEvent.CommitterServiceEventBuilder<C, B>> Nested classes/interfaces inherited from class com.norconex.commons.lang.event.Event
Event.EventBuilder<C extends Event,B extends Event.EventBuilder<C, B>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class com.norconex.commons.lang.event.Event
getException, getMessage, getName, is, isMethods inherited from class java.util.EventObject
getSource
-
Field Details
-
COMMITTER_SERVICE_INIT_BEGIN
- See Also:
-
COMMITTER_SERVICE_INIT_END
- See Also:
-
COMMITTER_SERVICE_UPSERT_BEGIN
- See Also:
-
COMMITTER_SERVICE_UPSERT_END
- See Also:
-
COMMITTER_SERVICE_DELETE_BEGIN
- See Also:
-
COMMITTER_SERVICE_DELETE_END
- See Also:
-
COMMITTER_SERVICE_CLEAN_BEGIN
- See Also:
-
COMMITTER_SERVICE_CLEAN_END
- See Also:
-
COMMITTER_SERVICE_CLOSE_BEGIN
- See Also:
-
COMMITTER_SERVICE_CLOSE_END
- See Also:
-
-
Constructor Details
-
CommitterServiceEvent
-
-
Method Details