org.apache.avalon.excalibur.datasource
Interface DataSourceComponent

All Superinterfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.thread.ThreadSafe
All Known Implementing Classes:
ResourceLimitingJdbcDataSource

public interface DataSourceComponent
extends org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.thread.ThreadSafe


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.sql.Connection getConnection()
           
 
Methods inherited from interface org.apache.avalon.framework.configuration.Configurable
configure
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.