Interface C3P0PooledDataSourceMBean

  • All Known Implementing Classes:
    C3P0PooledDataSource

    public interface C3P0PooledDataSourceMBean
    Deprecated.
    Please use com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
    • Method Detail

      • setJndiName

        void setJndiName​(java.lang.String jndiName)
                  throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getJndiName

        java.lang.String getJndiName()
        Deprecated.
      • getDescription

        java.lang.String getDescription()
        Deprecated.
      • setDescription

        void setDescription​(java.lang.String description)
                     throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getDriverClass

        java.lang.String getDriverClass()
        Deprecated.
      • setDriverClass

        void setDriverClass​(java.lang.String driverClass)
                     throws java.beans.PropertyVetoException,
                            javax.naming.NamingException
        Deprecated.
        Throws:
        java.beans.PropertyVetoException
        javax.naming.NamingException
      • getJdbcUrl

        java.lang.String getJdbcUrl()
        Deprecated.
      • setJdbcUrl

        void setJdbcUrl​(java.lang.String jdbcUrl)
                 throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getUser

        java.lang.String getUser()
        Deprecated.
      • setUser

        void setUser​(java.lang.String user)
              throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getPassword

        java.lang.String getPassword()
        Deprecated.
      • setPassword

        void setPassword​(java.lang.String password)
                  throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getCheckoutTimeout

        int getCheckoutTimeout()
        Deprecated.
      • setCheckoutTimeout

        void setCheckoutTimeout​(int checkoutTimeout)
                         throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getConnectionIsValidTimeout

        int getConnectionIsValidTimeout()
        Deprecated.
      • setConnectionIsValidTimeout

        void setConnectionIsValidTimeout​(int connectionIsValidTimeout)
                                  throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getAcquireIncrement

        int getAcquireIncrement()
        Deprecated.
      • setAcquireIncrement

        void setAcquireIncrement​(int acquireIncrement)
                          throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getAcquireRetryAttempts

        int getAcquireRetryAttempts()
        Deprecated.
      • setAcquireRetryAttempts

        void setAcquireRetryAttempts​(int acquireRetryAttempts)
                              throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getAcquireRetryDelay

        int getAcquireRetryDelay()
        Deprecated.
      • setAcquireRetryDelay

        void setAcquireRetryDelay​(int acquireRetryDelay)
                           throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • isAutoCommitOnClose

        boolean isAutoCommitOnClose()
        Deprecated.
      • setAutoCommitOnClose

        void setAutoCommitOnClose​(boolean autoCommitOnClose)
                           throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getConnectionTesterClassName

        java.lang.String getConnectionTesterClassName()
        Deprecated.
      • setConnectionTesterClassName

        void setConnectionTesterClassName​(java.lang.String connectionTesterClassName)
                                   throws java.beans.PropertyVetoException,
                                          javax.naming.NamingException
        Deprecated.
        Throws:
        java.beans.PropertyVetoException
        javax.naming.NamingException
      • getTaskRunnerFactoryClassName

        java.lang.String getTaskRunnerFactoryClassName()
        Deprecated.
      • setTaskRunnerFactoryClassName

        void setTaskRunnerFactoryClassName​(java.lang.String taskRunnerFactoryClassName)
                                    throws java.beans.PropertyVetoException,
                                           javax.naming.NamingException
        Deprecated.
        Throws:
        java.beans.PropertyVetoException
        javax.naming.NamingException
      • getAutomaticTestTable

        java.lang.String getAutomaticTestTable()
        Deprecated.
      • setAutomaticTestTable

        void setAutomaticTestTable​(java.lang.String automaticTestTable)
                            throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • isForceIgnoreUnresolvedTransactions

        boolean isForceIgnoreUnresolvedTransactions()
        Deprecated.
      • setForceIgnoreUnresolvedTransactions

        void setForceIgnoreUnresolvedTransactions​(boolean forceIgnoreUnresolvedTransactions)
                                           throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getIdleConnectionTestPeriod

        int getIdleConnectionTestPeriod()
        Deprecated.
      • setIdleConnectionTestPeriod

        void setIdleConnectionTestPeriod​(int idleConnectionTestPeriod)
                                  throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getInitialPoolSize

        int getInitialPoolSize()
        Deprecated.
      • setInitialPoolSize

        void setInitialPoolSize​(int initialPoolSize)
                         throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getMaxIdleTime

        int getMaxIdleTime()
        Deprecated.
      • setMaxIdleTime

        void setMaxIdleTime​(int maxIdleTime)
                     throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getMaxPoolSize

        int getMaxPoolSize()
        Deprecated.
      • setMaxPoolSize

        void setMaxPoolSize​(int maxPoolSize)
                     throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getMaxStatements

        int getMaxStatements()
        Deprecated.
      • setMaxStatements

        void setMaxStatements​(int maxStatements)
                       throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getMaxStatementsPerConnection

        int getMaxStatementsPerConnection()
        Deprecated.
      • setMaxStatementsPerConnection

        void setMaxStatementsPerConnection​(int maxStatementsPerConnection)
                                    throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getMinPoolSize

        int getMinPoolSize()
        Deprecated.
      • setMinPoolSize

        void setMinPoolSize​(int minPoolSize)
                     throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getPropertyCycle

        int getPropertyCycle()
        Deprecated.
      • setPropertyCycle

        void setPropertyCycle​(int propertyCycle)
                       throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • isBreakAfterAcquireFailure

        boolean isBreakAfterAcquireFailure()
        Deprecated.
      • setBreakAfterAcquireFailure

        void setBreakAfterAcquireFailure​(boolean breakAfterAcquireFailure)
                                  throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • isTestConnectionOnCheckout

        boolean isTestConnectionOnCheckout()
        Deprecated.
      • setTestConnectionOnCheckout

        void setTestConnectionOnCheckout​(boolean testConnectionOnCheckout)
                                  throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • isTestConnectionOnCheckin

        boolean isTestConnectionOnCheckin()
        Deprecated.
      • setTestConnectionOnCheckin

        void setTestConnectionOnCheckin​(boolean testConnectionOnCheckin)
                                 throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • isAttemptResurrectOnCheckin

        boolean isAttemptResurrectOnCheckin()
        Deprecated.
      • setAttemptResurrectOnCheckin

        void setAttemptResurrectOnCheckin​(boolean attemptResurrectOnCheckin)
                                   throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getPreferredTestQuery

        java.lang.String getPreferredTestQuery()
        Deprecated.
      • setPreferredTestQuery

        void setPreferredTestQuery​(java.lang.String preferredTestQuery)
                            throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getNumHelperThreads

        int getNumHelperThreads()
        Deprecated.
      • setNumHelperThreads

        void setNumHelperThreads​(int numHelperThreads)
                          throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getFactoryClassLocation

        java.lang.String getFactoryClassLocation()
        Deprecated.
      • setFactoryClassLocation

        void setFactoryClassLocation​(java.lang.String factoryClassLocation)
                              throws javax.naming.NamingException
        Deprecated.
        Throws:
        javax.naming.NamingException
      • getNumUserPools

        int getNumUserPools()
                     throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumConnectionsDefaultUser

        int getNumConnectionsDefaultUser()
                                  throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumIdleConnectionsDefaultUser

        int getNumIdleConnectionsDefaultUser()
                                      throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumBusyConnectionsDefaultUser

        int getNumBusyConnectionsDefaultUser()
                                      throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumUnclosedOrphanedConnectionsDefaultUser

        int getNumUnclosedOrphanedConnectionsDefaultUser()
                                                  throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumConnections

        int getNumConnections​(java.lang.String username,
                              java.lang.String password)
                       throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumIdleConnections

        int getNumIdleConnections​(java.lang.String username,
                                  java.lang.String password)
                           throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumBusyConnections

        int getNumBusyConnections​(java.lang.String username,
                                  java.lang.String password)
                           throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumUnclosedOrphanedConnections

        int getNumUnclosedOrphanedConnections​(java.lang.String username,
                                              java.lang.String password)
                                       throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumBusyConnectionsAllUsers

        int getNumBusyConnectionsAllUsers()
                                   throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumIdleConnectionsAllUsers

        int getNumIdleConnectionsAllUsers()
                                   throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumConnectionsAllUsers

        int getNumConnectionsAllUsers()
                               throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • getNumUnclosedOrphanedConnectionsAllUsers

        int getNumUnclosedOrphanedConnectionsAllUsers()
                                               throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • softResetDefaultUser

        void softResetDefaultUser()
                           throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • softReset

        void softReset​(java.lang.String username,
                       java.lang.String password)
                throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • softResetAllUsers

        void softResetAllUsers()
                        throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • hardReset

        void hardReset()
                throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • close

        void close()
            throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException
      • create

        void create()
             throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • start

        void start()
            throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • stop

        void stop()
        Deprecated.
      • destroy

        void destroy()
        Deprecated.