org.eobjects.datacleaner.monitor.events
Class JobFailedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.eobjects.datacleaner.monitor.events.JobFailedEvent
- All Implemented Interfaces:
- Serializable
public class JobFailedEvent
- extends org.springframework.context.ApplicationEvent
Event raised when executing a AnalysisJob failed.
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
JobFailedEvent
public JobFailedEvent(Object source,
ExecutionLog executionLog,
ComponentJob componentJob,
InputRow row,
Throwable throwable)
- Constructs a new
JobFailedEvent.
- Parameters:
source - executionLog - the execution log of the triggered jobcomponentJob - the component that made job fail, if available, or else null.row - the record that made the job fail, if available, or else null.throwable - the exception thrown that made the job fail, if available, or
null.
getExecutionLog
public ExecutionLog getExecutionLog()
getComponentJob
public ComponentJob getComponentJob()
getRow
public InputRow getRow()
getThrowable
public Throwable getThrowable()
Copyright © 2012 Human Inference. All Rights Reserved.