|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.appserver.server.sql.standard.StandardConnectionAllocator | +--com.lutris.appserver.server.sql.oracle.OracleConnectionAllocator
An Oracle database connection allocator used by the Oracle logical database.
StandardConnectionAllocator
Field Summary |
Fields inherited from class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator |
generation, logicalDatabase, maxPreparedStatements, numRequests, password, queryTimeOut, sqlLogging, transactionTimeOut, url, user |
Constructor Summary | |
protected |
OracleConnectionAllocator(OracleLogicalDatabase logicalDatabase,
Config connectionConfig)
Creates an Oracle database connection allocator. |
Method Summary | |
protected DBConnection |
createConnection()
Creates a new Oracle connection to be added to the connection pool. |
Methods inherited from class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator |
allocate, drop, dropAllNow, finalize, getActiveCount, getMaxCount, getMaxCountDate, getRequestCount, release, resetMaxCount |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected OracleConnectionAllocator(OracleLogicalDatabase logicalDatabase, Config connectionConfig) throws ConfigException
logicalDatabase
- the logical Oracle database for which connections are pooled.connectionConfig
- configuration parameters for the database connections. There
are no Informix specific configuration data.
ConfigException
- If bad configuration information is given in the config file.StandardConnectionAllocator.StandardConnectionAllocator(com.lutris.appserver.server.sql.LogicalDatabase, com.lutris.util.Config)
Method Detail |
protected DBConnection createConnection() throws java.sql.SQLException
createConnection
in class StandardConnectionAllocator
java.sql.SQLException
- If a SQL error occures.
java.sql.SQLException
- If a SQL error occures.
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |