Uses of Class
net.sf.jasperreports.engine.fill.AsynchronousFillHandle

Packages that use AsynchronousFillHandle
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of AsynchronousFillHandle in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return AsynchronousFillHandle
static AsynchronousFillHandle AsynchronousFillHandle.createHandle(JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters)
           
static AsynchronousFillHandle AsynchronousFillHandle.createHandle(JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, java.sql.Connection conn)
           
static AsynchronousFillHandle AsynchronousFillHandle.createHandle(JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, JRDataSource dataSource)
           
static AsynchronousFillHandle AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters)
          Creates an asychronous filling handle.
static AsynchronousFillHandle AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, java.sql.Connection conn)
          Creates an asychronous filling handle.
static AsynchronousFillHandle AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, JRDataSource dataSource)
          Creates an asychronous filling handle.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com