net.java.ao
Interface DisposableDataSource

All Superinterfaces:
DataSource
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, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 

Method Detail

dispose

void dispose()


Copyright © 2007-2011. All Rights Reserved.