net.sf.jasperreports.governors
Class TimeoutGovernor
java.lang.Object
net.sf.jasperreports.engine.JRAbstractScriptlet
net.sf.jasperreports.engine.JRDefaultScriptlet
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)
| 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 |
PROPERTY_TIMEOUT_ENABLED
public static final String PROPERTY_TIMEOUT_ENABLED
- See Also:
- Constant Field Values
PROPERTY_TIMEOUT
public static final String PROPERTY_TIMEOUT
- See Also:
- Constant Field Values
TimeoutGovernor
public TimeoutGovernor(long timeout)
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
Copyright © 2012. All Rights Reserved.