jet.util
Interface JURLExecuter

All Known Subinterfaces:
JURLEngineExecuter

public interface JURLExecuter


Method Summary
 boolean exec(java.lang.String[] params)
           
 

Method Detail

exec

boolean exec(java.lang.String[] params)
             throws JURLExecuterException
Parameters:
params - Array of strings, each element is defined and parsed by yourself. You can enter the PARAMETERs in the Report Inspector. If no PARAMETER is entered, params.length will be zero.
Returns:
Boolean value. If true, the JReport Engine will continue running. If false, JReport Engine will stop at this point.
Throws:
JURLExecuterException