| Package | Description |
|---|---|
| org.apache.avalon.excalibur.datasource |
Datastore utilities.
|
| org.apache.avalon.excalibur.datasource.cluster | |
| org.apache.avalon.excalibur.datasource.ids |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TraceableDataSourceComponent
The standard interface for DataSources in Avalon.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InformixDataSource
The Informix implementation for DataSources in Excalibur.
|
class |
J2eeDataSource
The J2EE implementation for DataSources in Cocoon.
|
class |
JdbcDataSource
The Default implementation for DataSources in Avalon.
|
class |
ResourceLimitingJdbcDataSource
The ResourceLimiting implementation for DataSources in Avalon.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HashedDataSourceCluster |
interface |
IndexedDataSourceCluster |
interface |
RoundRobinDataSourceCluster |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHashedDataSourceCluster
The DefaultHashedDataSourceCluster requires that the user specify an object or a hashCode
which will be used consistantly select a member DataSource form a cluster for each connection
request.
|
class |
DefaultIndexedDataSourceCluster
The DefaultIndexedDataSourceCluster requires that the user implement their own method of
selecting which DataSource in the cluster to use for each connection request.
|
class |
DefaultRoundRobinDataSourceCluster
The DefaultRoundRobinDataSourceCluster allows the user to specify a cluster of DataSources
which all act as one.
|
| Modifier and Type | Field and Description |
|---|---|
private DataSourceComponent[] |
AbstractDataSourceCluster.m_dataSources |
| Modifier and Type | Field and Description |
|---|---|
protected DataSourceComponent |
AbstractDataSourceIdGenerator.m_dataSource |