net.sf.jasperreports.engine.fill
Class JRThreadSubreportRunnerFactory

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRThreadSubreportRunnerFactory
All Implemented Interfaces:
JRSubreportRunnerFactory

public class JRThreadSubreportRunnerFactory
extends java.lang.Object
implements JRSubreportRunnerFactory

JRThreadSubreportRunner subreport runners factory.

This factory is used by default if no other factory class is specified.

Version:
$Id: JRThreadSubreportRunnerFactory.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Field Summary
 
Fields inherited from interface net.sf.jasperreports.engine.fill.JRSubreportRunnerFactory
SUBREPORT_RUNNER_FACTORY
 
Constructor Summary
JRThreadSubreportRunnerFactory()
           
 
Method Summary
 JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
          Creates a new JRSubreportRunner instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRThreadSubreportRunnerFactory

public JRThreadSubreportRunnerFactory()
Method Detail

createSubreportRunner

public JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport,
                                               JRBaseFiller subreportFiller)
Description copied from interface: JRSubreportRunnerFactory
Creates a new JRSubreportRunner instance.

Specified by:
createSubreportRunner in interface JRSubreportRunnerFactory
Parameters:
fillSubreport - the subreport element of the master report
subreportFiller - the subreport filler created to fill the subreport
Returns:
a new JRSubreportRunner instance


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com