Interface PooledConnectionMBean

  • All Known Implementing Classes:
    PooledConnection

    public interface PooledConnectionMBean
    • Method Detail

      • 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 java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getAutoCommit

        boolean getAutoCommit()
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getCatalog

        java.lang.String getCatalog()
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getHoldability

        int getHoldability()
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • isReadOnly

        boolean isReadOnly()
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSchema

        java.lang.String getSchema()
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getTransactionIsolation

        int getTransactionIsolation()
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException