org.geotools.data.jdbc.datasource
Interface ManageableDataSource

All Superinterfaces:
CommonDataSource, DataSource, Wrapper
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
 
Methods inherited from interface CommonDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
Methods inherited from interface Wrapper
isWrapperFor, unwrap
 

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-2014 Geotools. All Rights Reserved.