public interface DataSourceSupport
Modifier and Type | Method and Description |
---|---|
void |
configure(DataSource ds,
LocalContainer container) |
void |
configureDataSources(LocalContainer container)
Configure the DataSources defined for this configuration.
|
void configure(DataSource ds, LocalContainer container)
ds
- the DataSource configuration you wish to install on the container.container
- the container whose configuration you wish to affect.void configureDataSources(LocalContainer container)
container
- the container whose configuration you wish to affect.Copyright © 2004-2013 Codehaus. All Rights Reserved.