org.geotools.data.jdbc.datasource
Interface ManageableDataSource

All Superinterfaces:
javax.sql.CommonDataSource, javax.sql.DataSource, java.sql.Wrapper
All Known Implementing Classes:
AbstractManageableDataSource, DBCPDataSource

public interface ManageableDataSource
extends javax.sql.DataSource


Method Summary
 void close()
          Closes up the datasource, frees all of its resources.
 
Methods inherited from interface javax.sql.DataSource
getConnection, getConnection
 
Methods inherited from interface javax.sql.CommonDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Method Detail

close

void close()
           throws java.sql.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:
java.sql.SQLException


Copyright © 1996-2010 Geotools. All Rights Reserved.