jet.util
Interface JURLEngineExecuter

All Superinterfaces:
JURLExecuter

public interface JURLEngineExecuter
extends JURLExecuter


Method Summary
 boolean exec(java.lang.String[] params, EngineExecuter executer)
           
 
Methods inherited from interface jet.util.JURLExecuter
exec
 

Method Detail

exec

boolean exec(java.lang.String[] params,
             EngineExecuter executer)
             throws JURLExecuterException
Parameters:
params - Array of strings, each element of which is defined by yourself and also parsed by yourself. You can enter the PARAMETERs in the Report Inspector. If no PARAMETERs are entered, then params.length is zero.
executer - Executor of EngineExecutor, which is another interface JReport provides for exporting a report to HTML, TXT or PDF format with the exiting functions.
Returns:
boolean value. If true, the JReport Engine will continue running. If false, the JReport Engine will stop at this point.
Throws:
JURLExecuterException