Interface C3P0PooledDataSourceMBean

All Known Implementing Classes:
C3P0PooledDataSource

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

    • setJndiName

      void setJndiName(String jndiName) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getJndiName

      String getJndiName()
      Deprecated.
    • getDescription

      String getDescription()
      Deprecated.
    • setDescription

      void setDescription(String description) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getDriverClass

      String getDriverClass()
      Deprecated.
    • setDriverClass

      void setDriverClass(String driverClass) throws PropertyVetoException, NamingException
      Deprecated.
      Throws:
      PropertyVetoException
      NamingException
    • getJdbcUrl

      String getJdbcUrl()
      Deprecated.
    • setJdbcUrl

      void setJdbcUrl(String jdbcUrl) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getUser

      String getUser()
      Deprecated.
    • setUser

      void setUser(String user) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getPassword

      String getPassword()
      Deprecated.
    • setPassword

      void setPassword(String password) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getCheckoutTimeout

      int getCheckoutTimeout()
      Deprecated.
    • setCheckoutTimeout

      void setCheckoutTimeout(int checkoutTimeout) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getAcquireIncrement

      int getAcquireIncrement()
      Deprecated.
    • setAcquireIncrement

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

      int getAcquireRetryAttempts()
      Deprecated.
    • setAcquireRetryAttempts

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

      int getAcquireRetryDelay()
      Deprecated.
    • setAcquireRetryDelay

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

      boolean isAutoCommitOnClose()
      Deprecated.
    • setAutoCommitOnClose

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

      String getConnectionTesterClassName()
      Deprecated.
    • setConnectionTesterClassName

      void setConnectionTesterClassName(String connectionTesterClassName) throws PropertyVetoException, NamingException
      Deprecated.
      Throws:
      PropertyVetoException
      NamingException
    • getAutomaticTestTable

      String getAutomaticTestTable()
      Deprecated.
    • setAutomaticTestTable

      void setAutomaticTestTable(String automaticTestTable) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • isForceIgnoreUnresolvedTransactions

      boolean isForceIgnoreUnresolvedTransactions()
      Deprecated.
    • setForceIgnoreUnresolvedTransactions

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

      int getIdleConnectionTestPeriod()
      Deprecated.
    • setIdleConnectionTestPeriod

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

      int getInitialPoolSize()
      Deprecated.
    • setInitialPoolSize

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

      int getMaxIdleTime()
      Deprecated.
    • setMaxIdleTime

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

      int getMaxPoolSize()
      Deprecated.
    • setMaxPoolSize

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

      int getMaxStatements()
      Deprecated.
    • setMaxStatements

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

      int getMaxStatementsPerConnection()
      Deprecated.
    • setMaxStatementsPerConnection

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

      int getMinPoolSize()
      Deprecated.
    • setMinPoolSize

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

      int getPropertyCycle()
      Deprecated.
    • setPropertyCycle

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

      boolean isBreakAfterAcquireFailure()
      Deprecated.
    • setBreakAfterAcquireFailure

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

      boolean isTestConnectionOnCheckout()
      Deprecated.
    • setTestConnectionOnCheckout

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

      boolean isTestConnectionOnCheckin()
      Deprecated.
    • setTestConnectionOnCheckin

      void setTestConnectionOnCheckin(boolean testConnectionOnCheckin) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • isUsesTraditionalReflectiveProxies

      boolean isUsesTraditionalReflectiveProxies()
      Deprecated.
    • setUsesTraditionalReflectiveProxies

      void setUsesTraditionalReflectiveProxies(boolean usesTraditionalReflectiveProxies) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getPreferredTestQuery

      String getPreferredTestQuery()
      Deprecated.
    • setPreferredTestQuery

      void setPreferredTestQuery(String preferredTestQuery) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getNumHelperThreads

      int getNumHelperThreads()
      Deprecated.
    • setNumHelperThreads

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

      String getFactoryClassLocation()
      Deprecated.
    • setFactoryClassLocation

      void setFactoryClassLocation(String factoryClassLocation) throws NamingException
      Deprecated.
      Throws:
      NamingException
    • getNumUserPools

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      void stop()
      Deprecated.
    • destroy

      void destroy()
      Deprecated.