Package com.mchange.v2.c3p0.mbean
Class C3P0PooledDataSource
- java.lang.Object
-
- com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
-
- All Implemented Interfaces:
C3P0PooledDataSourceMBean
public class C3P0PooledDataSource extends java.lang.Object implements C3P0PooledDataSourceMBean
Deprecated.Please use com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
-
-
Constructor Summary
Constructors Constructor Description C3P0PooledDataSource()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.void
create()
Deprecated.void
destroy()
Deprecated.int
getAcquireIncrement()
Deprecated.int
getAcquireRetryAttempts()
Deprecated.int
getAcquireRetryDelay()
Deprecated.java.lang.String
getAutomaticTestTable()
Deprecated.int
getCheckoutTimeout()
Deprecated.int
getConnectionIsValidTimeout()
Deprecated.java.lang.String
getConnectionTesterClassName()
Deprecated.java.lang.String
getDataSourceName()
Deprecated.java.lang.String
getDescription()
Deprecated.java.lang.String
getDriverClass()
Deprecated.java.lang.String
getFactoryClassLocation()
Deprecated.int
getIdleConnectionTestPeriod()
Deprecated.int
getInitialPoolSize()
Deprecated.java.lang.String
getJdbcUrl()
Deprecated.java.lang.String
getJndiName()
Deprecated.int
getMaxIdleTime()
Deprecated.int
getMaxPoolSize()
Deprecated.int
getMaxStatements()
Deprecated.int
getMaxStatementsPerConnection()
Deprecated.int
getMinPoolSize()
Deprecated.int
getNumBusyConnections(java.lang.String username, java.lang.String password)
Deprecated.int
getNumBusyConnectionsAllUsers()
Deprecated.int
getNumBusyConnectionsDefaultUser()
Deprecated.int
getNumConnections(java.lang.String username, java.lang.String password)
Deprecated.int
getNumConnectionsAllUsers()
Deprecated.int
getNumConnectionsDefaultUser()
Deprecated.int
getNumHelperThreads()
Deprecated.int
getNumIdleConnections(java.lang.String username, java.lang.String password)
Deprecated.int
getNumIdleConnectionsAllUsers()
Deprecated.int
getNumIdleConnectionsDefaultUser()
Deprecated.int
getNumUnclosedOrphanedConnections(java.lang.String username, java.lang.String password)
Deprecated.int
getNumUnclosedOrphanedConnectionsAllUsers()
Deprecated.int
getNumUnclosedOrphanedConnectionsDefaultUser()
Deprecated.int
getNumUserPools()
Deprecated.java.lang.String
getPassword()
Deprecated.java.lang.String
getPreferredTestQuery()
Deprecated.int
getPropertyCycle()
Deprecated.java.lang.String
getTaskRunnerFactoryClassName()
Deprecated.java.lang.String
getUser()
Deprecated.void
hardReset()
Deprecated.boolean
isAttemptResurrectOnCheckin()
Deprecated.boolean
isAutoCommitOnClose()
Deprecated.boolean
isBreakAfterAcquireFailure()
Deprecated.boolean
isForceIgnoreUnresolvedTransactions()
Deprecated.boolean
isTestConnectionOnCheckin()
Deprecated.boolean
isTestConnectionOnCheckout()
Deprecated.void
setAcquireIncrement(int acquireIncrement)
Deprecated.void
setAcquireRetryAttempts(int acquireRetryAttempts)
Deprecated.void
setAcquireRetryDelay(int acquireRetryDelay)
Deprecated.void
setAttemptResurrectOnCheckin(boolean attemptResurrectOnCheckin)
Deprecated.void
setAutoCommitOnClose(boolean autoCommitOnClose)
Deprecated.void
setAutomaticTestTable(java.lang.String automaticTestTable)
Deprecated.void
setBreakAfterAcquireFailure(boolean breakAfterAcquireFailure)
Deprecated.void
setCheckoutTimeout(int checkoutTimeout)
Deprecated.void
setConnectionIsValidTimeout(int connectionIsValidTimeout)
Deprecated.void
setConnectionTesterClassName(java.lang.String connectionTesterClassName)
Deprecated.void
setDataSourceName(java.lang.String name)
Deprecated.void
setDescription(java.lang.String description)
Deprecated.void
setDriverClass(java.lang.String driverClass)
Deprecated.void
setFactoryClassLocation(java.lang.String factoryClassLocation)
Deprecated.void
setForceIgnoreUnresolvedTransactions(boolean forceIgnoreUnresolvedTransactions)
Deprecated.void
setIdleConnectionTestPeriod(int idleConnectionTestPeriod)
Deprecated.void
setInitialPoolSize(int initialPoolSize)
Deprecated.void
setJdbcUrl(java.lang.String jdbcUrl)
Deprecated.void
setJndiName(java.lang.String jndiName)
Deprecated.void
setMaxIdleTime(int maxIdleTime)
Deprecated.void
setMaxPoolSize(int maxPoolSize)
Deprecated.void
setMaxStatements(int maxStatements)
Deprecated.void
setMaxStatementsPerConnection(int maxStatementsPerConnection)
Deprecated.void
setMinPoolSize(int minPoolSize)
Deprecated.void
setNumHelperThreads(int numHelperThreads)
Deprecated.void
setPassword(java.lang.String password)
Deprecated.void
setPreferredTestQuery(java.lang.String preferredTestQuery)
Deprecated.void
setPropertyCycle(int propertyCycle)
Deprecated.void
setTaskRunnerFactoryClassName(java.lang.String taskRunnerFactory)
Deprecated.void
setTestConnectionOnCheckin(boolean testConnectionOnCheckin)
Deprecated.void
setTestConnectionOnCheckout(boolean testConnectionOnCheckout)
Deprecated.void
setUser(java.lang.String user)
Deprecated.void
softReset(java.lang.String username, java.lang.String password)
Deprecated.void
softResetAllUsers()
Deprecated.void
softResetDefaultUser()
Deprecated.void
start()
Deprecated.void
stop()
Deprecated.
-
-
-
Method Detail
-
setJndiName
public void setJndiName(java.lang.String jndiName) throws javax.naming.NamingException
Deprecated.- Specified by:
setJndiName
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getJndiName
public java.lang.String getJndiName()
Deprecated.- Specified by:
getJndiName
in interfaceC3P0PooledDataSourceMBean
-
getDescription
public java.lang.String getDescription()
Deprecated.- Specified by:
getDescription
in interfaceC3P0PooledDataSourceMBean
-
setDescription
public void setDescription(java.lang.String description) throws javax.naming.NamingException
Deprecated.- Specified by:
setDescription
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getDriverClass
public java.lang.String getDriverClass()
Deprecated.- Specified by:
getDriverClass
in interfaceC3P0PooledDataSourceMBean
-
setDriverClass
public void setDriverClass(java.lang.String driverClass) throws java.beans.PropertyVetoException, javax.naming.NamingException
Deprecated.- Specified by:
setDriverClass
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.beans.PropertyVetoException
javax.naming.NamingException
-
getJdbcUrl
public java.lang.String getJdbcUrl()
Deprecated.- Specified by:
getJdbcUrl
in interfaceC3P0PooledDataSourceMBean
-
setJdbcUrl
public void setJdbcUrl(java.lang.String jdbcUrl) throws javax.naming.NamingException
Deprecated.- Specified by:
setJdbcUrl
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getUser
public java.lang.String getUser()
Deprecated.- Specified by:
getUser
in interfaceC3P0PooledDataSourceMBean
-
setUser
public void setUser(java.lang.String user) throws javax.naming.NamingException
Deprecated.- Specified by:
setUser
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getPassword
public java.lang.String getPassword()
Deprecated.- Specified by:
getPassword
in interfaceC3P0PooledDataSourceMBean
-
setPassword
public void setPassword(java.lang.String password) throws javax.naming.NamingException
Deprecated.- Specified by:
setPassword
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getCheckoutTimeout
public int getCheckoutTimeout()
Deprecated.- Specified by:
getCheckoutTimeout
in interfaceC3P0PooledDataSourceMBean
-
setCheckoutTimeout
public void setCheckoutTimeout(int checkoutTimeout) throws javax.naming.NamingException
Deprecated.- Specified by:
setCheckoutTimeout
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getConnectionIsValidTimeout
public int getConnectionIsValidTimeout()
Deprecated.- Specified by:
getConnectionIsValidTimeout
in interfaceC3P0PooledDataSourceMBean
-
setConnectionIsValidTimeout
public void setConnectionIsValidTimeout(int connectionIsValidTimeout) throws javax.naming.NamingException
Deprecated.- Specified by:
setConnectionIsValidTimeout
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getAcquireIncrement
public int getAcquireIncrement()
Deprecated.- Specified by:
getAcquireIncrement
in interfaceC3P0PooledDataSourceMBean
-
setAcquireIncrement
public void setAcquireIncrement(int acquireIncrement) throws javax.naming.NamingException
Deprecated.- Specified by:
setAcquireIncrement
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getAcquireRetryAttempts
public int getAcquireRetryAttempts()
Deprecated.- Specified by:
getAcquireRetryAttempts
in interfaceC3P0PooledDataSourceMBean
-
setAcquireRetryAttempts
public void setAcquireRetryAttempts(int acquireRetryAttempts) throws javax.naming.NamingException
Deprecated.- Specified by:
setAcquireRetryAttempts
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getAcquireRetryDelay
public int getAcquireRetryDelay()
Deprecated.- Specified by:
getAcquireRetryDelay
in interfaceC3P0PooledDataSourceMBean
-
setAcquireRetryDelay
public void setAcquireRetryDelay(int acquireRetryDelay) throws javax.naming.NamingException
Deprecated.- Specified by:
setAcquireRetryDelay
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
isAutoCommitOnClose
public boolean isAutoCommitOnClose()
Deprecated.- Specified by:
isAutoCommitOnClose
in interfaceC3P0PooledDataSourceMBean
-
setAutoCommitOnClose
public void setAutoCommitOnClose(boolean autoCommitOnClose) throws javax.naming.NamingException
Deprecated.- Specified by:
setAutoCommitOnClose
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getConnectionTesterClassName
public java.lang.String getConnectionTesterClassName()
Deprecated.- Specified by:
getConnectionTesterClassName
in interfaceC3P0PooledDataSourceMBean
-
setConnectionTesterClassName
public void setConnectionTesterClassName(java.lang.String connectionTesterClassName) throws java.beans.PropertyVetoException, javax.naming.NamingException
Deprecated.- Specified by:
setConnectionTesterClassName
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.beans.PropertyVetoException
javax.naming.NamingException
-
getTaskRunnerFactoryClassName
public java.lang.String getTaskRunnerFactoryClassName()
Deprecated.- Specified by:
getTaskRunnerFactoryClassName
in interfaceC3P0PooledDataSourceMBean
-
setTaskRunnerFactoryClassName
public void setTaskRunnerFactoryClassName(java.lang.String taskRunnerFactory) throws java.beans.PropertyVetoException, javax.naming.NamingException
Deprecated.- Specified by:
setTaskRunnerFactoryClassName
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.beans.PropertyVetoException
javax.naming.NamingException
-
getAutomaticTestTable
public java.lang.String getAutomaticTestTable()
Deprecated.- Specified by:
getAutomaticTestTable
in interfaceC3P0PooledDataSourceMBean
-
setAutomaticTestTable
public void setAutomaticTestTable(java.lang.String automaticTestTable) throws javax.naming.NamingException
Deprecated.- Specified by:
setAutomaticTestTable
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
isForceIgnoreUnresolvedTransactions
public boolean isForceIgnoreUnresolvedTransactions()
Deprecated.- Specified by:
isForceIgnoreUnresolvedTransactions
in interfaceC3P0PooledDataSourceMBean
-
setForceIgnoreUnresolvedTransactions
public void setForceIgnoreUnresolvedTransactions(boolean forceIgnoreUnresolvedTransactions) throws javax.naming.NamingException
Deprecated.- Specified by:
setForceIgnoreUnresolvedTransactions
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getIdleConnectionTestPeriod
public int getIdleConnectionTestPeriod()
Deprecated.- Specified by:
getIdleConnectionTestPeriod
in interfaceC3P0PooledDataSourceMBean
-
setIdleConnectionTestPeriod
public void setIdleConnectionTestPeriod(int idleConnectionTestPeriod) throws javax.naming.NamingException
Deprecated.- Specified by:
setIdleConnectionTestPeriod
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getInitialPoolSize
public int getInitialPoolSize()
Deprecated.- Specified by:
getInitialPoolSize
in interfaceC3P0PooledDataSourceMBean
-
setInitialPoolSize
public void setInitialPoolSize(int initialPoolSize) throws javax.naming.NamingException
Deprecated.- Specified by:
setInitialPoolSize
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getMaxIdleTime
public int getMaxIdleTime()
Deprecated.- Specified by:
getMaxIdleTime
in interfaceC3P0PooledDataSourceMBean
-
setMaxIdleTime
public void setMaxIdleTime(int maxIdleTime) throws javax.naming.NamingException
Deprecated.- Specified by:
setMaxIdleTime
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getMaxPoolSize
public int getMaxPoolSize()
Deprecated.- Specified by:
getMaxPoolSize
in interfaceC3P0PooledDataSourceMBean
-
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize) throws javax.naming.NamingException
Deprecated.- Specified by:
setMaxPoolSize
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getMaxStatements
public int getMaxStatements()
Deprecated.- Specified by:
getMaxStatements
in interfaceC3P0PooledDataSourceMBean
-
setMaxStatements
public void setMaxStatements(int maxStatements) throws javax.naming.NamingException
Deprecated.- Specified by:
setMaxStatements
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getMaxStatementsPerConnection
public int getMaxStatementsPerConnection()
Deprecated.- Specified by:
getMaxStatementsPerConnection
in interfaceC3P0PooledDataSourceMBean
-
setMaxStatementsPerConnection
public void setMaxStatementsPerConnection(int maxStatementsPerConnection) throws javax.naming.NamingException
Deprecated.- Specified by:
setMaxStatementsPerConnection
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getMinPoolSize
public int getMinPoolSize()
Deprecated.- Specified by:
getMinPoolSize
in interfaceC3P0PooledDataSourceMBean
-
setMinPoolSize
public void setMinPoolSize(int minPoolSize) throws javax.naming.NamingException
Deprecated.- Specified by:
setMinPoolSize
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getPropertyCycle
public int getPropertyCycle()
Deprecated.- Specified by:
getPropertyCycle
in interfaceC3P0PooledDataSourceMBean
-
setPropertyCycle
public void setPropertyCycle(int propertyCycle) throws javax.naming.NamingException
Deprecated.- Specified by:
setPropertyCycle
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
isBreakAfterAcquireFailure
public boolean isBreakAfterAcquireFailure()
Deprecated.- Specified by:
isBreakAfterAcquireFailure
in interfaceC3P0PooledDataSourceMBean
-
setBreakAfterAcquireFailure
public void setBreakAfterAcquireFailure(boolean breakAfterAcquireFailure) throws javax.naming.NamingException
Deprecated.- Specified by:
setBreakAfterAcquireFailure
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
isTestConnectionOnCheckout
public boolean isTestConnectionOnCheckout()
Deprecated.- Specified by:
isTestConnectionOnCheckout
in interfaceC3P0PooledDataSourceMBean
-
setTestConnectionOnCheckout
public void setTestConnectionOnCheckout(boolean testConnectionOnCheckout) throws javax.naming.NamingException
Deprecated.- Specified by:
setTestConnectionOnCheckout
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
isTestConnectionOnCheckin
public boolean isTestConnectionOnCheckin()
Deprecated.- Specified by:
isTestConnectionOnCheckin
in interfaceC3P0PooledDataSourceMBean
-
setTestConnectionOnCheckin
public void setTestConnectionOnCheckin(boolean testConnectionOnCheckin) throws javax.naming.NamingException
Deprecated.- Specified by:
setTestConnectionOnCheckin
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
isAttemptResurrectOnCheckin
public boolean isAttemptResurrectOnCheckin()
Deprecated.- Specified by:
isAttemptResurrectOnCheckin
in interfaceC3P0PooledDataSourceMBean
-
setAttemptResurrectOnCheckin
public void setAttemptResurrectOnCheckin(boolean attemptResurrectOnCheckin) throws javax.naming.NamingException
Deprecated.- Specified by:
setAttemptResurrectOnCheckin
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getPreferredTestQuery
public java.lang.String getPreferredTestQuery()
Deprecated.- Specified by:
getPreferredTestQuery
in interfaceC3P0PooledDataSourceMBean
-
setPreferredTestQuery
public void setPreferredTestQuery(java.lang.String preferredTestQuery) throws javax.naming.NamingException
Deprecated.- Specified by:
setPreferredTestQuery
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getDataSourceName
public java.lang.String getDataSourceName()
Deprecated.
-
setDataSourceName
public void setDataSourceName(java.lang.String name) throws javax.naming.NamingException
Deprecated.- Throws:
javax.naming.NamingException
-
getNumHelperThreads
public int getNumHelperThreads()
Deprecated.- Specified by:
getNumHelperThreads
in interfaceC3P0PooledDataSourceMBean
-
setNumHelperThreads
public void setNumHelperThreads(int numHelperThreads) throws javax.naming.NamingException
Deprecated.- Specified by:
setNumHelperThreads
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getFactoryClassLocation
public java.lang.String getFactoryClassLocation()
Deprecated.- Specified by:
getFactoryClassLocation
in interfaceC3P0PooledDataSourceMBean
-
setFactoryClassLocation
public void setFactoryClassLocation(java.lang.String factoryClassLocation) throws javax.naming.NamingException
Deprecated.- Specified by:
setFactoryClassLocation
in interfaceC3P0PooledDataSourceMBean
- Throws:
javax.naming.NamingException
-
getNumUserPools
public int getNumUserPools() throws java.sql.SQLException
Deprecated.- Specified by:
getNumUserPools
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumConnectionsDefaultUser
public int getNumConnectionsDefaultUser() throws java.sql.SQLException
Deprecated.- Specified by:
getNumConnectionsDefaultUser
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumIdleConnectionsDefaultUser
public int getNumIdleConnectionsDefaultUser() throws java.sql.SQLException
Deprecated.- Specified by:
getNumIdleConnectionsDefaultUser
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumBusyConnectionsDefaultUser
public int getNumBusyConnectionsDefaultUser() throws java.sql.SQLException
Deprecated.- Specified by:
getNumBusyConnectionsDefaultUser
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumUnclosedOrphanedConnectionsDefaultUser
public int getNumUnclosedOrphanedConnectionsDefaultUser() throws java.sql.SQLException
Deprecated.- Specified by:
getNumUnclosedOrphanedConnectionsDefaultUser
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumConnections
public int getNumConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
Deprecated.- Specified by:
getNumConnections
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumIdleConnections
public int getNumIdleConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
Deprecated.- Specified by:
getNumIdleConnections
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumBusyConnections
public int getNumBusyConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
Deprecated.- Specified by:
getNumBusyConnections
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumUnclosedOrphanedConnections
public int getNumUnclosedOrphanedConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
Deprecated.- Specified by:
getNumUnclosedOrphanedConnections
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumConnectionsAllUsers
public int getNumConnectionsAllUsers() throws java.sql.SQLException
Deprecated.- Specified by:
getNumConnectionsAllUsers
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumIdleConnectionsAllUsers
public int getNumIdleConnectionsAllUsers() throws java.sql.SQLException
Deprecated.- Specified by:
getNumIdleConnectionsAllUsers
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumBusyConnectionsAllUsers
public int getNumBusyConnectionsAllUsers() throws java.sql.SQLException
Deprecated.- Specified by:
getNumBusyConnectionsAllUsers
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
getNumUnclosedOrphanedConnectionsAllUsers
public int getNumUnclosedOrphanedConnectionsAllUsers() throws java.sql.SQLException
Deprecated.- Specified by:
getNumUnclosedOrphanedConnectionsAllUsers
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
softResetDefaultUser
public void softResetDefaultUser() throws java.sql.SQLException
Deprecated.- Specified by:
softResetDefaultUser
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
softReset
public void softReset(java.lang.String username, java.lang.String password) throws java.sql.SQLException
Deprecated.- Specified by:
softReset
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
softResetAllUsers
public void softResetAllUsers() throws java.sql.SQLException
Deprecated.- Specified by:
softResetAllUsers
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
hardReset
public void hardReset() throws java.sql.SQLException
Deprecated.- Specified by:
hardReset
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
Deprecated.- Specified by:
close
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.sql.SQLException
-
create
public void create() throws java.lang.Exception
Deprecated.- Specified by:
create
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.lang.Exception
-
start
public void start() throws java.lang.Exception
Deprecated.- Specified by:
start
in interfaceC3P0PooledDataSourceMBean
- Throws:
java.lang.Exception
-
stop
public void stop()
Deprecated.- Specified by:
stop
in interfaceC3P0PooledDataSourceMBean
-
destroy
public void destroy()
Deprecated.- Specified by:
destroy
in interfaceC3P0PooledDataSourceMBean
-
-