Package org.apache.tomcat.jdbc.pool
Interface PooledConnectionMBean
- 
- All Known Implementing Classes:
- PooledConnection
 
 public interface PooledConnectionMBean
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearWarnings()booleangetAutoCommit()java.lang.StringgetCatalog()longgetConnectionVersion()intgetHoldability()longgetLastConnected()longgetLastValidated()java.lang.StringgetSchema()longgetTimestamp()intgetTransactionIsolation()booleanisClosed()booleanisDiscarded()booleanisInitialized()booleanisMaxAgeExpired()booleanisReadOnly()booleanisReleased()booleanisSuspect()
 
- 
- 
- 
Method Detail- 
getConnectionVersionlong getConnectionVersion() 
 - 
isInitializedboolean isInitialized() 
 - 
isMaxAgeExpiredboolean isMaxAgeExpired() 
 - 
isSuspectboolean isSuspect() 
 - 
getTimestamplong getTimestamp() 
 - 
isDiscardedboolean isDiscarded() 
 - 
getLastValidatedlong getLastValidated() 
 - 
getLastConnectedlong getLastConnected() 
 - 
isReleasedboolean isReleased() 
 - 
clearWarningsvoid clearWarnings() 
 - 
isClosedboolean isClosed() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
getAutoCommitboolean getAutoCommit() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
getCatalogjava.lang.String getCatalog() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
getHoldabilityint getHoldability() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
isReadOnlyboolean isReadOnly() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
getSchemajava.lang.String getSchema() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
getTransactionIsolationint getTransactionIsolation() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 
- 
 
-