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 3034 2009-08-27 11:58:04Z 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 afterPageInit()
          Called after each page is initialized.
 void beforeReportInit()
          Called before the report is initialized.
 
Methods inherited from class net.sf.jasperreports.engine.JRDefaultScriptlet
afterColumnInit, afterDetailEval, afterGroupInit, afterReportInit, beforeColumnInit, beforeDetailEval, 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

afterPageInit

public void afterPageInit()
                   throws JRScriptletException
Description copied from class: JRAbstractScriptlet
Called after each page is initialized.

Overrides:
afterPageInit in class JRDefaultScriptlet
Throws:
JRScriptletException


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com