public interface PooledConnectionMBean
Modifier and Type | Method and Description |
---|---|
void |
clearWarnings() |
boolean |
getAutoCommit() |
java.lang.String |
getCatalog() |
long |
getConnectionVersion() |
int |
getHoldability() |
long |
getLastConnected() |
long |
getLastValidated() |
java.lang.String |
getSchema() |
long |
getTimestamp() |
int |
getTransactionIsolation() |
boolean |
isClosed() |
boolean |
isDiscarded() |
boolean |
isInitialized() |
boolean |
isMaxAgeExpired() |
boolean |
isReadOnly() |
boolean |
isReleased() |
boolean |
isSuspect() |
long getConnectionVersion()
boolean isInitialized()
boolean isMaxAgeExpired()
boolean isSuspect()
long getTimestamp()
boolean isDiscarded()
long getLastValidated()
long getLastConnected()
boolean isReleased()
void clearWarnings()
boolean isClosed() throws java.sql.SQLException
java.sql.SQLException
boolean getAutoCommit() throws java.sql.SQLException
java.sql.SQLException
java.lang.String getCatalog() throws java.sql.SQLException
java.sql.SQLException
int getHoldability() throws java.sql.SQLException
java.sql.SQLException
boolean isReadOnly() throws java.sql.SQLException
java.sql.SQLException
java.lang.String getSchema() throws java.sql.SQLException
java.sql.SQLException
int getTransactionIsolation() throws java.sql.SQLException
java.sql.SQLException
Copyright © 2000-1970 Apache Software Foundation. All Rights Reserved.