org.outerj.xreporter.report.definition
Interface Executable

All Known Implementing Classes:
JavaExecutor, SqlExecutor

public interface Executable

This interface should be implemented by the classes that are in the execute-part of a report step.


Method Summary
 void execute(ExecutionContext executionContext)
           
 

Method Detail

execute

public void execute(ExecutionContext executionContext)
             throws java.lang.Exception
Throws:
java.lang.Exception