org.opennms.netmgt.config
Interface ClosableDataSource

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

public interface ClosableDataSource
extends DataSource

ClosableDataSource interface.

Version:
$Id: $
Author:
ranger

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

close

Throws:
SQLException - if any.


Copyright © 2011. All Rights Reserved.