Package org.apache.tomcat.jdbc.pool
Interface PooledConnectionMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
long
int
long
long
long
int
boolean
isClosed()
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
getConnectionVersion
long getConnectionVersion() -
isInitialized
boolean isInitialized() -
isMaxAgeExpired
boolean isMaxAgeExpired() -
isSuspect
boolean isSuspect() -
getTimestamp
long getTimestamp() -
isDiscarded
boolean isDiscarded() -
getLastValidated
long getLastValidated() -
getLastConnected
long getLastConnected() -
isReleased
boolean isReleased() -
clearWarnings
void clearWarnings() -
isClosed
- Throws:
SQLException
-
getAutoCommit
- Throws:
SQLException
-
getCatalog
- Throws:
SQLException
-
getHoldability
- Throws:
SQLException
-
isReadOnly
- Throws:
SQLException
-
getSchema
- Throws:
SQLException
-
getTransactionIsolation
- Throws:
SQLException
-