Interface PooledConnectionMBean

All Known Implementing Classes:
PooledConnection

public interface PooledConnectionMBean
  • 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

      boolean isClosed() throws SQLException
      Throws:
      SQLException
    • getAutoCommit

      boolean getAutoCommit() throws SQLException
      Throws:
      SQLException
    • getCatalog

      String getCatalog() throws SQLException
      Throws:
      SQLException
    • getHoldability

      int getHoldability() throws SQLException
      Throws:
      SQLException
    • isReadOnly

      boolean isReadOnly() throws SQLException
      Throws:
      SQLException
    • getSchema

      String getSchema() throws SQLException
      Throws:
      SQLException
    • getTransactionIsolation

      int getTransactionIsolation() throws SQLException
      Throws:
      SQLException