net.sf.jasperreports.engine.fill
Class JRSubreportRunnable

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRSubreportRunnable
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
JRContinuationSubreportRunner, JRThreadSubreportRunner

public abstract class JRSubreportRunnable
extends java.lang.Object
implements java.lang.Runnable

Abstract base for Runnable-based JRSubreportRunner implementations.

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

Constructor Summary
protected JRSubreportRunnable(JRFillSubreport fillSubreport)
           
 
Method Summary
protected  boolean isRunning()
           
 void run()
           
protected  JRSubreportRunResult runResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRSubreportRunnable

protected JRSubreportRunnable(JRFillSubreport fillSubreport)
Method Detail

runResult

protected JRSubreportRunResult runResult()

run

public void run()
Specified by:
run in interface java.lang.Runnable

isRunning

protected boolean isRunning()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com