org.wicketstuff.jasperreports
Interface IDatabaseConnectionProvider

All Superinterfaces:
Serializable

public interface IDatabaseConnectionProvider
extends Serializable

Provides JDBC connection.


Method Summary
 Connection get()
          Gets a JDBC connection to use when filling the report.
 void release()
          Called when the report is generated and the connection can be released again.
 

Method Detail

get

Connection get()
Gets a JDBC connection to use when filling the report.

Returns:
a JDBC connection

release

void release()
Called when the report is generated and the connection can be released again.



Copyright © 2005-2011 Wicket developers. All Rights Reserved.