PooledConnection
public interface PooledConnectionMBean
Modifier and Type | Method | Description |
---|---|---|
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()
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-2018 Apache Software Foundation. All Rights Reserved.