Package org.apache.tomcat.jdbc.pool
Interface PooledConnectionMBean
- All Known Implementing Classes:
- PooledConnection
public interface PooledConnectionMBean
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanlongintlonglonglongintbooleanisClosed()booleanbooleanbooleanbooleanbooleanboolean
- 
Method Details- 
getConnectionVersionlong getConnectionVersion()
- 
isInitializedboolean isInitialized()
- 
isMaxAgeExpiredboolean isMaxAgeExpired()
- 
isSuspectboolean isSuspect()
- 
getTimestamplong getTimestamp()
- 
isDiscardedboolean isDiscarded()
- 
getLastValidatedlong getLastValidated()
- 
getLastConnectedlong getLastConnected()
- 
isReleasedboolean isReleased()
- 
clearWarningsvoid clearWarnings()
- 
isClosed- Throws:
- SQLException
 
- 
getAutoCommit- Throws:
- SQLException
 
- 
getCatalog- Throws:
- SQLException
 
- 
getHoldability- Throws:
- SQLException
 
- 
isReadOnly- Throws:
- SQLException
 
- 
getSchema- Throws:
- SQLException
 
- 
getTransactionIsolation- Throws:
- SQLException
 
 
-