Public Member Functions | |
| ConnectionManagerPoolParams () | |
| ConnectionManagerPoolParams (ConnectionManagerPoolParams cmpp) | |
| int | getPoolInit () |
| void | setPoolInit (int val) |
| int | getPoolMin () |
| void | setPoolMin (int val) |
| int | getPoolMax () |
| void | setPoolMax (int val) |
| long | getPoolMaxAge () |
| void | setPoolMaxAge (long val) |
| int | getPoolMaxAgeMinutes () |
| void | setPoolMaxAgeMinutes (int val) |
| int | getPoolMaxOpentime () |
| void | setPoolMaxOpentime (int val) |
| int | getPoolMaxWaiters () |
| void | setPoolMaxWaiters (int val) |
| int | getPoolMaxWaittime () |
| void | setPoolMaxWaittime (int val) |
| int | getPoolSamplingPeriod () |
| void | setPoolSamplingPeriod (int val) |
| int | getPstmtMax () |
| void | setPstmtMax (int val) |
| int | getJdbcConnLevel () |
| void | setJdbcConnLevel (int val) |
| String | getJdbcConnTestStmt () |
| void | setJdbcConnTestStmt (String val) |
| String | toString () |
Static Package Attributes | |
| final int | SECS_PER_MIN = 60 |
| final int | INIT_PSTMT_SIZE = 10 |
| final int | INIT_SAMPLING_TIME = 30 |
Definition at line 33 of file ConnectionManagerPoolParams.java.
|
|
Default Constructor Definition at line 101 of file ConnectionManagerPoolParams.java. |
|
Here is the call graph for this function:

|
|
Return the JDBC connection level
Definition at line 276 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the JDBC connection test SQL string
Definition at line 291 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool init size
Definition at line 126 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool maximum size
Definition at line 156 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool maximum age in seconds
Definition at line 171 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool maximum age in minutes
Definition at line 186 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool maximum open time in minutes
Definition at line 201 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool maximum waiters size
Definition at line 216 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool maximum waiter time
Definition at line 231 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool min size
Definition at line 141 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the pool sampling period
Definition at line 246 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Return the maximum PreparedStatement cache
Definition at line 261 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(), and org.objectweb.jonas.resource.ConnectionManagerPoolParams.ConnectionManagerPoolParams(). |
|
|
Set the JDBC connection level
Definition at line 283 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the JDBC connection test SQL string
Definition at line 298 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool init size
Definition at line 133 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool maximum size
Definition at line 163 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool maximum age value
Definition at line 178 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool maximum age value
Definition at line 193 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool maximum open time value
Definition at line 208 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool maximum waiters size
Definition at line 223 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool maximum waiter time
Definition at line 238 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool minimum size
Definition at line 148 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the pool sampling period
Definition at line 253 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Set the maximum PreparedStatement cache
Definition at line 268 of file ConnectionManagerPoolParams.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.configurePoolParams(). |
|
|
Output pool information
Definition at line 306 of file ConnectionManagerPoolParams.java. |
|
|
The default pstmts per ManagedConnection. Definition at line 42 of file ConnectionManagerPoolParams.java. |
|
|
The default sampling time of the pool Definition at line 46 of file ConnectionManagerPoolParams.java. |
|
|
The number of seconds per minute Definition at line 38 of file ConnectionManagerPoolParams.java. |
1.3.9.1