net.sf.jasperreports.governors
Class TimeoutGovernor

java.lang.Object
  extended by net.sf.jasperreports.engine.JRAbstractScriptlet
      extended by net.sf.jasperreports.engine.JRDefaultScriptlet
          extended by net.sf.jasperreports.governors.TimeoutGovernor

public class TimeoutGovernor
extends JRDefaultScriptlet

Version:
$Id: TimeoutGovernor.java 5050 2012-03-12 10:11:26Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static java.lang.String PROPERTY_TIMEOUT
           
static java.lang.String PROPERTY_TIMEOUT_ENABLED
           
 
Fields inherited from class net.sf.jasperreports.engine.JRAbstractScriptlet
fieldsMap, groups, parametersMap, variablesMap
 
Constructor Summary
TimeoutGovernor(long timeout)
           
 
Method Summary
 void beforeDetailEval()
          Called before evaluating each detail.
 void beforeReportInit()
          Called before the report is initialized.
 
Methods inherited from class net.sf.jasperreports.engine.JRDefaultScriptlet
afterColumnInit, afterDetailEval, afterGroupInit, afterPageInit, afterReportInit, beforeColumnInit, beforeGroupInit, beforePageInit
 
Methods inherited from class net.sf.jasperreports.engine.JRAbstractScriptlet
callAfterColumnInit, callAfterDetailEval, callAfterGroupInit, callAfterPageInit, callAfterReportInit, callBeforeColumnInit, callBeforeDetailEval, callBeforeGroupInit, callBeforePageInit, callBeforeReportInit, getFieldValue, getParameterValue, getParameterValue, getVariableValue, setData, setVariableValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_TIMEOUT_ENABLED

public static final java.lang.String PROPERTY_TIMEOUT_ENABLED
See Also:
Constant Field Values

PROPERTY_TIMEOUT

public static final java.lang.String PROPERTY_TIMEOUT
See Also:
Constant Field Values
Constructor Detail

TimeoutGovernor

public TimeoutGovernor(long timeout)
Method Detail

beforeReportInit

public void beforeReportInit()
                      throws JRScriptletException
Description copied from class: JRAbstractScriptlet
Called before the report is initialized.

Overrides:
beforeReportInit in class JRDefaultScriptlet
Throws:
JRScriptletException

beforeDetailEval

public void beforeDetailEval()
                      throws JRScriptletException
Description copied from class: JRAbstractScriptlet
Called before evaluating each detail.

Overrides:
beforeDetailEval in class JRDefaultScriptlet
Throws:
JRScriptletException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com