org.geotools.data.jdbc.datasource
Interface ManageableDataSource

All Superinterfaces:
DataSource
All Known Implementing Classes:
AbstractManageableDataSource, DBCPDataSource

public interface ManageableDataSource
extends DataSource


Method Summary
 void close()
          Closes up the datasource, frees all of its resources.
 
Methods inherited from interface DataSource
getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 

Method Detail

close

void close()
           throws SQLException
Closes up the datasource, frees all of its resources. No other connection can be gathered from this DataSource once close() has been called

Throws:
SQLException


Copyright © 1996-2009 Geotools. All Rights Reserved.