Package org.eobjects.datacleaner.monitor.events

Package for events raised in the DataCleaner monitoring web application.

See:
          Description

Class Summary
JobCopyEvent Event raised when an AnalysisJob has been copied in the repository.
JobDeletionEvent Event raised when an AnalysisJob has been deleted in the repository.
JobExecutedEvent Event raised when an AnalysisJob has been executed succesfully.
JobFailedEvent Event raised when executing a AnalysisJob failed.
JobModificationEvent Event raised when an AnalysisJob stored in the Repository is modified.
JobTriggeredEvent Event raised when an AnalysisJob is triggered for execution
ResultModificationEvent Event raised when an AnalysisResult stored in the Repository has been modified.
 

Package org.eobjects.datacleaner.monitor.events Description

Package for events raised in the DataCleaner monitoring web application. To observe these events, implement a Spring-based ApplicationListener with the event of interest.



Copyright © 2012 Human Inference. All Rights Reserved.