- get() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnectionPool
-
- getClusterSize() - Method in class org.apache.avalon.excalibur.datasource.cluster.AbstractDataSourceCluster
-
Returns the number of DataSources in the cluster.
- getClusterSize() - Method in interface org.apache.avalon.excalibur.datasource.cluster.HashedDataSourceCluster
-
Returns the number of DataSources in the cluster.
- getClusterSize() - Method in interface org.apache.avalon.excalibur.datasource.cluster.IndexedDataSourceCluster
-
Returns the number of DataSources in the cluster.
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
-
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.cluster.DefaultHashedDataSourceCluster
-
Not supported in this component.
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.cluster.DefaultIndexedDataSourceCluster
-
Not supported in this component.
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.cluster.DefaultRoundRobinDataSourceCluster
-
Returns a Connection to one of the Cluster's member DataSources.
- getConnection() - Method in interface org.apache.avalon.excalibur.datasource.DataSourceComponent
-
Gets the Connection to the database
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractDataSourceIdGenerator
-
Allocates a connection for the caller.
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.InformixDataSource
-
Return an Informix Connection object
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.J2eeDataSource
-
Get the database connection
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.JdbcDataSource
-
Get the database connection
- getConnection() - Method in interface org.apache.avalon.excalibur.datasource.ProxiedJdbcConnection
-
- getConnection() - Method in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
-
Gets the Connection to the database
- getConnectionForHashCode(int) - Method in class org.apache.avalon.excalibur.datasource.cluster.DefaultHashedDataSourceCluster
-
Gets a Connection to a database given a hash code.
- getConnectionForHashCode(int) - Method in interface org.apache.avalon.excalibur.datasource.cluster.HashedDataSourceCluster
-
Gets a Connection to a database given a hash code.
- getConnectionForHashObject(Object) - Method in class org.apache.avalon.excalibur.datasource.cluster.DefaultHashedDataSourceCluster
-
Gets a Connection to a database given a hash object.
- getConnectionForHashObject(Object) - Method in interface org.apache.avalon.excalibur.datasource.cluster.HashedDataSourceCluster
-
Gets a Connection to a database given a hash object.
- getConnectionForIndex(int) - Method in class org.apache.avalon.excalibur.datasource.cluster.AbstractDataSourceCluster
-
Gets a Connection to a database given an index.
- getConnectionForIndex(int) - Method in interface org.apache.avalon.excalibur.datasource.cluster.HashedDataSourceCluster
-
Gets a Connection to a database given an index.
- getConnectionForIndex(int) - Method in interface org.apache.avalon.excalibur.datasource.cluster.IndexedDataSourceCluster
-
Gets a Connection to a database given an index.
- getCreatedClass() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
-
- getIndexForHashCode(int) - Method in class org.apache.avalon.excalibur.datasource.cluster.DefaultHashedDataSourceCluster
-
Gets the index which will be resolved for a given hashCode.
- getIndexForHashCode(int) - Method in interface org.apache.avalon.excalibur.datasource.cluster.HashedDataSourceCluster
-
Gets the index which will be resolved for a given hashCode.
- getIndexForHashObject(Object) - Method in class org.apache.avalon.excalibur.datasource.cluster.DefaultHashedDataSourceCluster
-
Gets the index which will be resolved for a given hashCode.
- getIndexForHashObject(Object) - Method in interface org.apache.avalon.excalibur.datasource.cluster.HashedDataSourceCluster
-
Gets the index which will be resolved for a given hashCode.
- getInstance(String) - Method in class org.apache.avalon.excalibur.datasource.InformixDataSource
-
- getNextBigDecimalId() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Returns the next Id from the pool.
- getNextBigDecimalId() - Method in interface org.apache.avalon.excalibur.datasource.ids.IdGenerator
-
Returns the next Id from the pool.
- getNextBigDecimalIdInner() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractDataSourceBlockIdGenerator
-
Gets the next id as a Big Decimal.
- getNextBigDecimalIdInner() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Gets the next id as a Big Decimal.
- getNextBigDecimalIdInner() - Method in class org.apache.avalon.excalibur.datasource.ids.SequenceIdGenerator
-
Gets the next id as a Big Decimal.
- getNextByteId() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Returns the next Id from the pool.
- getNextByteId() - Method in interface org.apache.avalon.excalibur.datasource.ids.IdGenerator
-
Returns the next Id from the pool.
- getNextIntegerId() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Returns the next Id from the pool.
- getNextIntegerId() - Method in interface org.apache.avalon.excalibur.datasource.ids.IdGenerator
-
Returns the next Id from the pool.
- getNextLongId() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Returns the next Id from the pool.
- getNextLongId() - Method in interface org.apache.avalon.excalibur.datasource.ids.IdGenerator
-
Returns the next Id from the pool.
- getNextLongIdChecked(long) - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Gets the next Long Id constraining the value to be less than the specified maxId.
- getNextLongIdInner() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractDataSourceBlockIdGenerator
-
Gets the next id as a long.
- getNextLongIdInner() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Gets the next id as a long.
- getNextLongIdInner() - Method in class org.apache.avalon.excalibur.datasource.ids.SequenceIdGenerator
-
Gets the next id as a long.
- getNextShortId() - Method in class org.apache.avalon.excalibur.datasource.ids.AbstractIdGenerator
-
Returns the next Id from the pool.
- getNextShortId() - Method in interface org.apache.avalon.excalibur.datasource.ids.IdGenerator
-
Returns the next Id from the pool.
- getProxy(Connection, String, int) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
-
- getState() - Method in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
-
Returns a snapshot of the current state of the pool.
- getState() - Method in interface org.apache.avalon.excalibur.datasource.TraceableDataSourceComponent
-
Returns a snapshot of the current state of the pool.