org.eobjects.datacleaner.monitor.scheduling.api
Interface VariableProvider

All Known Implementing Classes:
SpringVariableProvider

public interface VariableProvider

Defines a mechanism to provide variable values to the DataCleaner monitor application at runtime.


Method Summary
 Map<String,String> provideValues(JobContext job, ExecutionLog execution)
           
 

Method Detail

provideValues

Map<String,String> provideValues(JobContext job,
                                 ExecutionLog execution)


Copyright © 2012 Human Inference. All Rights Reserved.