net.java.ao
Interface DisposableDataSource

All Superinterfaces:
CommonDataSource, DataSource, Wrapper
All Known Implementing Classes:
DelegatingDisposableDataSource

public interface DisposableDataSource
extends DataSource

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


Method Summary
 void dispose()
           
 
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

dispose

void dispose()


Copyright © 2007-2011. All Rights Reserved.