public class ThreadSafeJasperScriptletManager extends Object implements JasperScriptletManager
JasperScriptletManager
used for filling cached reports concurrently. Note: use of this class can lead to memory leaks if the threads starting the report fill
are not terminated properly.USE_THREAD_SAFE_SCRIPLET_MANAGER_PROPERTY_KEY
Constructor and Description |
---|
ThreadSafeJasperScriptletManager() |
Modifier and Type | Method and Description |
---|---|
JasperScriptlet |
getJasperScriptlet()
Getter for the
JasperScriptlet instance. |
void |
setJasperScriptlet(JasperScriptlet jasperScriptlet)
Setter for the
JasperScriptlet instance. |
public JasperScriptlet getJasperScriptlet()
JasperScriptlet
instance.getJasperScriptlet
in interface JasperScriptletManager
JasperScriptlet
instancepublic void setJasperScriptlet(JasperScriptlet jasperScriptlet)
JasperScriptlet
instance.setJasperScriptlet
in interface JasperScriptletManager
jasperScriptlet
- the JasperScriptlet
instance to setCopyright © 2010–2021. All rights reserved.