Uses of Class
org.eobjects.datacleaner.monitor.scheduling.model.ExecutionLog

Packages that use ExecutionLog
org.eobjects.datacleaner.monitor.events Package for events raised in the DataCleaner monitoring web application. 
org.eobjects.datacleaner.monitor.scheduling.api   
org.eobjects.datacleaner.spring   
 

Uses of ExecutionLog in org.eobjects.datacleaner.monitor.events
 

Methods in org.eobjects.datacleaner.monitor.events that return ExecutionLog
 ExecutionLog JobTriggeredEvent.getExecutionLog()
           
 ExecutionLog JobFailedEvent.getExecutionLog()
           
 ExecutionLog JobExecutedEvent.getExecutionLog()
           
 

Constructors in org.eobjects.datacleaner.monitor.events with parameters of type ExecutionLog
JobExecutedEvent(Object source, ExecutionLog executionLog, AnalysisResult analysisResult)
           
JobFailedEvent(Object source, ExecutionLog executionLog, ComponentJob componentJob, InputRow row, Throwable throwable)
          Constructs a new JobFailedEvent.
JobTriggeredEvent(Object source, ExecutionLog executionLog)
           
 

Uses of ExecutionLog in org.eobjects.datacleaner.monitor.scheduling.api
 

Methods in org.eobjects.datacleaner.monitor.scheduling.api with parameters of type ExecutionLog
 Map<String,String> VariableProvider.provideValues(JobContext job, ExecutionLog execution)
           
 

Uses of ExecutionLog in org.eobjects.datacleaner.spring
 

Methods in org.eobjects.datacleaner.spring with parameters of type ExecutionLog
 Map<String,String> SpringVariableProvider.provideValues(JobContext job, ExecutionLog execution)
           
 



Copyright © 2012 Human Inference. All Rights Reserved.