net.java.ao
Interface DisposableDataSource

All Superinterfaces:
CommonDataSource, DataSource, Disposable, Wrapper

public interface DisposableDataSource
extends DataSource, Disposable

This is a simple data source with one more method Disposable.dispose() to clean up any resources associated with this data source.


Method Summary
 
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
 
Methods inherited from interface net.java.ao.Disposable
dispose
 



Copyright © 2007-2012. All Rights Reserved.