|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> [ conn overview ] | PREV NEXT | ||||||||
A
- adapterClassName - Variable in class org.objectstyle.cayenne.conn.DataSourceInfo
- addConnectionEventListener(ConnectionEventListener) - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
C
- ConnectionEventLoggingDelegate - interface org.objectstyle.cayenne.conn.ConnectionEventLoggingDelegate.
- Defines API to log connection events.
- ConnectionWrapper - class org.objectstyle.cayenne.conn.ConnectionWrapper.
- ConnectionWrapper is a
java.sql.Connectionimplementation that wraps another Connection, delegating method calls to this connection. - ConnectionWrapper(Connection, PooledConnectionImpl) - Constructor for class org.objectstyle.cayenne.conn.ConnectionWrapper
- Creates new ConnectionWrapper
- ContainerPoolFactory - class org.objectstyle.cayenne.conn.ContainerPoolFactory.
- Basic JNDI object factory that creates an instance of
PoolManagerthat has been configured based on theRefAddrvalues of the specifiedReference. - ContainerPoolFactory() - Constructor for class org.objectstyle.cayenne.conn.ContainerPoolFactory
- clearWarnings() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- cloneInfo() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- close() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- close() - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- commit() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- connectionClosed(ConnectionEvent) - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns closed connection to the pool.
- connectionClosedNotification() - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- Creates and sends an event to listeners when a user closes java.sql.Connection object belonging to this PooledConnection.
- connectionErrorNotification(SQLException) - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- This method creates and sents an event to listeners when an error occurs in the underlying connection.
- connectionErrorOccurred(ConnectionEvent) - Method in class org.objectstyle.cayenne.conn.PoolManager
- Removes connection with an error from the pool.
- connectionEventListeners - Variable in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- connectionObj - Variable in class org.objectstyle.cayenne.conn.ConnectionWrapper
- connectionObj - Variable in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- connectionSource - Variable in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- connectionUrl - Variable in class org.objectstyle.cayenne.conn.DriverDataSource
- createStatement() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- createStatement(int, int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- createStatement(int, int, int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
D
- DataSourceInfo - class org.objectstyle.cayenne.conn.DataSourceInfo.
- Helper JavaBean class that holds DataSource login information.
- DataSourceInfo() - Constructor for class org.objectstyle.cayenne.conn.DataSourceInfo
- DriverDataSource - class org.objectstyle.cayenne.conn.DriverDataSource.
- DriverDataSource is a simple DataSource implementation wrapping a JDBC driver.
- DriverDataSource(String, String) - Constructor for class org.objectstyle.cayenne.conn.DriverDataSource
- Creates new DriverDataSource
- dataSourceUrl - Variable in class org.objectstyle.cayenne.conn.DataSourceInfo
- dataSourceUrl - Variable in class org.objectstyle.cayenne.conn.PoolManager
- dispose() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Closes all existing connections, removes them from the pool.
E
- equals(Object) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
G
- getAdapterClassName() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- getAutoCommit() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- getCatalog() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- getConnection() - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- getConnection(String, String) - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- getConnection() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns connection from the pool using internal values of user name and password.
- getConnection(String, String) - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns connection from the pool.
- getConnection() - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- getCurrentlyInUse() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns the number of connections obtained via this DataSource that are currently in use by the DataSource clients.
- getCurrentlyUnused() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns the number of connections maintained in the
pool that are currently not used by any clients and are
available immediately via
getConnectionmethod. - getDataSourceUrl() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- getDataSourceUrl() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns a database URL used to initialize this pool.
- getHoldability() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- getJdbcDriver() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- getJdbcDriver() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns a name of a JDBC driver used to initialize this pool.
- getLogWriter() - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- getLogWriter() - Method in class org.objectstyle.cayenne.conn.PoolDataSource
- getLogWriter() - Method in class org.objectstyle.cayenne.conn.PoolManager
- getLogger() - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- getLoginTimeout() - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- getLoginTimeout() - Method in class org.objectstyle.cayenne.conn.PoolDataSource
- getLoginTimeout() - Method in class org.objectstyle.cayenne.conn.PoolManager
- getMaxConnections() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- getMaxConnections() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns maximum number of connections this pool can keep.
- getMetaData() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- getMinConnections() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- getMinConnections() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns the absolute minimum number of connections allowed in this pool at any moment in time.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.objectstyle.cayenne.conn.ContainerPoolFactory
- Creates and returns a new
PoolManagerinstance. - getPassword() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- getPassword() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns a data source password used to initialize this pool.
- getPoolSize() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns current number of connections.
- getPooledConnection() - Method in class org.objectstyle.cayenne.conn.PoolDataSource
- getPooledConnection(String, String) - Method in class org.objectstyle.cayenne.conn.PoolDataSource
- getTransactionIsolation() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- getTypeMap() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- getUserName() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- getUserName() - Method in class org.objectstyle.cayenne.conn.PoolManager
- Returns a data source user name used to initialize this pool.
- getWarnings() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- growPool(int, String, String) - Method in class org.objectstyle.cayenne.conn.PoolManager
- Increases connection pool by the specified number of connections.
H
- hadErrors - Variable in class org.objectstyle.cayenne.conn.PooledConnectionImpl
I
- init(ConnectionPoolDataSource, int, int, String, String) - Method in class org.objectstyle.cayenne.conn.PoolManager
- Initializes pool.
- isClosed() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- isReadOnly() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
J
- jdbcDriver - Variable in class org.objectstyle.cayenne.conn.DataSourceInfo
- jdbcDriver - Variable in class org.objectstyle.cayenne.conn.DriverDataSource
- jdbcDriver - Variable in class org.objectstyle.cayenne.conn.PoolManager
L
- lastReconnected - Variable in class org.objectstyle.cayenne.conn.ConnectionWrapper
- logConnect(String, String, String) - Method in interface org.objectstyle.cayenne.conn.ConnectionEventLoggingDelegate
- logConnectFailure(Throwable) - Method in interface org.objectstyle.cayenne.conn.ConnectionEventLoggingDelegate
- logConnectSuccess() - Method in interface org.objectstyle.cayenne.conn.ConnectionEventLoggingDelegate
- logObj - Static variable in class org.objectstyle.cayenne.conn.ContainerPoolFactory
- logObj - Static variable in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- logPoolCreated(DataSourceInfo) - Method in interface org.objectstyle.cayenne.conn.ConnectionEventLoggingDelegate
- logger - Variable in class org.objectstyle.cayenne.conn.DriverDataSource
- loginTimeout - Variable in class org.objectstyle.cayenne.conn.DriverDataSource
M
- MAX_QUEUE_WAIT - Static variable in class org.objectstyle.cayenne.conn.PoolManager
- Defines a maximum time in milliseconds that a connection request could wait in the connection queue.
- maxConnections - Variable in class org.objectstyle.cayenne.conn.DataSourceInfo
- maxConnections - Variable in class org.objectstyle.cayenne.conn.PoolManager
- minConnections - Variable in class org.objectstyle.cayenne.conn.DataSourceInfo
- minConnections - Variable in class org.objectstyle.cayenne.conn.PoolManager
N
- nativeSQL(String) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- newPooledConnection(String, String) - Method in class org.objectstyle.cayenne.conn.PoolManager
- Creates and returns new PooledConnection object.
- nonPooledDatasource - Variable in class org.objectstyle.cayenne.conn.PoolDataSource
O
- org.objectstyle.cayenne.conn - package org.objectstyle.cayenne.conn
P
- PoolDataSource - class org.objectstyle.cayenne.conn.PoolDataSource.
- PoolDataSource allows to generate pooled connections.
- PoolDataSource(DataSource) - Constructor for class org.objectstyle.cayenne.conn.PoolDataSource
- Creates new PoolDataSource
- PoolDataSource(String, String) - Constructor for class org.objectstyle.cayenne.conn.PoolDataSource
- PoolManager - class org.objectstyle.cayenne.conn.PoolManager.
- PoolManager is a pooling DataSource impementation.
- PoolManager(String, String, int, int, String, String) - Constructor for class org.objectstyle.cayenne.conn.PoolManager
- Creates new PoolManager using org.objectstyle.cayenne.conn.PoolDataSource for an underlying ConnectionPoolDataSource.
- PoolManager(String, String, int, int, String, String, ConnectionEventLoggingDelegate) - Constructor for class org.objectstyle.cayenne.conn.PoolManager
- PoolManager(ConnectionPoolDataSource, int, int, String, String) - Constructor for class org.objectstyle.cayenne.conn.PoolManager
- Creates new PoolManager with the specified policy for connection pooling and a ConnectionPoolDataSource object.
- PooledConnectionImpl - class org.objectstyle.cayenne.conn.PooledConnectionImpl.
- PooledConnectionImpl is an implementation of a pooling wrapper for the database connection as per JDBC3 spec.
- PooledConnectionImpl() - Constructor for class org.objectstyle.cayenne.conn.PooledConnectionImpl
- PooledConnectionImpl(DataSource, String, String) - Constructor for class org.objectstyle.cayenne.conn.PooledConnectionImpl
- Creates new PooledConnection
- password - Variable in class org.objectstyle.cayenne.conn.DataSourceInfo
- password - Variable in class org.objectstyle.cayenne.conn.PoolManager
- password - Variable in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- poolDataSource - Variable in class org.objectstyle.cayenne.conn.PoolManager
- pooledConnection - Variable in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareCall(String) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareCall(String, int, int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareCall(String, int, int, int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareStatement(String) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareStatement(String, int, int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareStatement(String, int, int, int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareStatement(String, int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareStatement(String, int[]) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- prepareStatement(String, String[]) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
R
- reconnect(SQLException) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- reconnect() - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- reconnectCount - Variable in class org.objectstyle.cayenne.conn.ConnectionWrapper
- releaseSavepoint(Savepoint) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- retire(SQLException) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- returnConnectionToThePool() - Method in class org.objectstyle.cayenne.conn.PooledConnectionImpl
- rollback() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- rollback(Savepoint) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
S
- setAdapterClassName(String) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- setAutoCommit(boolean) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setCatalog(String) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setDataSourceUrl(String) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- setHoldability(int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setJdbcDriver(String) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- setLogWriter(PrintWriter) - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- setLogWriter(PrintWriter) - Method in class org.objectstyle.cayenne.conn.PoolDataSource
- setLogWriter(PrintWriter) - Method in class org.objectstyle.cayenne.conn.PoolManager
- setLogger(ConnectionEventLoggingDelegate) - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- setLoginTimeout(int) - Method in class org.objectstyle.cayenne.conn.DriverDataSource
- setLoginTimeout(int) - Method in class org.objectstyle.cayenne.conn.PoolDataSource
- setLoginTimeout(int) - Method in class org.objectstyle.cayenne.conn.PoolManager
- setMaxConnections(int) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- setMaxConnections(int) - Method in class org.objectstyle.cayenne.conn.PoolManager
- setMinConnections(int) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- setMinConnections(int) - Method in class org.objectstyle.cayenne.conn.PoolManager
- setPassword(String) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- setReadOnly(boolean) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setSavepoint() - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setSavepoint(String) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setTransactionIsolation(int) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setTypeMap(Map) - Method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- setUserName(String) - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
- shrinkPool(int) - Method in class org.objectstyle.cayenne.conn.PoolManager
- sybaseAutoCommitPatch(Connection, SQLException, boolean) - Static method in class org.objectstyle.cayenne.conn.ConnectionWrapper
- Fixes Sybase problems with autocommit.
T
- threadQueue - Variable in class org.objectstyle.cayenne.conn.PoolManager
- toString() - Method in class org.objectstyle.cayenne.conn.DataSourceInfo
U
- unusedPool - Variable in class org.objectstyle.cayenne.conn.PoolManager
- usedPool - Variable in class org.objectstyle.cayenne.conn.PoolManager
- userName - Variable in class org.objectstyle.cayenne.conn.DataSourceInfo
- userName - Variable in class org.objectstyle.cayenne.conn.PoolManager
- userName - Variable in class org.objectstyle.cayenne.conn.PooledConnectionImpl
A C D E G H I J L M N O P R S T U
|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> [ conn overview ] | PREV NEXT | ||||||||