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 voidclose()Deprecated.voidcreate()Deprecated.voiddestroy()Deprecated.intgetAcquireIncrement()Deprecated.intgetAcquireRetryAttempts()Deprecated.intgetAcquireRetryDelay()Deprecated.java.lang.StringgetAutomaticTestTable()Deprecated.intgetCheckoutTimeout()Deprecated.intgetConnectionIsValidTimeout()Deprecated.java.lang.StringgetConnectionTesterClassName()Deprecated.java.lang.StringgetDataSourceName()Deprecated.java.lang.StringgetDescription()Deprecated.java.lang.StringgetDriverClass()Deprecated.java.lang.StringgetFactoryClassLocation()Deprecated.intgetIdleConnectionTestPeriod()Deprecated.intgetInitialPoolSize()Deprecated.java.lang.StringgetJdbcUrl()Deprecated.java.lang.StringgetJndiName()Deprecated.intgetMaxIdleTime()Deprecated.intgetMaxPoolSize()Deprecated.intgetMaxStatements()Deprecated.intgetMaxStatementsPerConnection()Deprecated.intgetMinPoolSize()Deprecated.intgetNumBusyConnections(java.lang.String username, java.lang.String password)Deprecated.intgetNumBusyConnectionsAllUsers()Deprecated.intgetNumBusyConnectionsDefaultUser()Deprecated.intgetNumConnections(java.lang.String username, java.lang.String password)Deprecated.intgetNumConnectionsAllUsers()Deprecated.intgetNumConnectionsDefaultUser()Deprecated.intgetNumHelperThreads()Deprecated.intgetNumIdleConnections(java.lang.String username, java.lang.String password)Deprecated.intgetNumIdleConnectionsAllUsers()Deprecated.intgetNumIdleConnectionsDefaultUser()Deprecated.intgetNumUnclosedOrphanedConnections(java.lang.String username, java.lang.String password)Deprecated.intgetNumUnclosedOrphanedConnectionsAllUsers()Deprecated.intgetNumUnclosedOrphanedConnectionsDefaultUser()Deprecated.intgetNumUserPools()Deprecated.java.lang.StringgetPassword()Deprecated.java.lang.StringgetPreferredTestQuery()Deprecated.intgetPropertyCycle()Deprecated.java.lang.StringgetTaskRunnerFactoryClassName()Deprecated.java.lang.StringgetUser()Deprecated.voidhardReset()Deprecated.booleanisAttemptResurrectOnCheckin()Deprecated.booleanisAutoCommitOnClose()Deprecated.booleanisBreakAfterAcquireFailure()Deprecated.booleanisForceIgnoreUnresolvedTransactions()Deprecated.booleanisTestConnectionOnCheckin()Deprecated.booleanisTestConnectionOnCheckout()Deprecated.voidsetAcquireIncrement(int acquireIncrement)Deprecated.voidsetAcquireRetryAttempts(int acquireRetryAttempts)Deprecated.voidsetAcquireRetryDelay(int acquireRetryDelay)Deprecated.voidsetAttemptResurrectOnCheckin(boolean attemptResurrectOnCheckin)Deprecated.voidsetAutoCommitOnClose(boolean autoCommitOnClose)Deprecated.voidsetAutomaticTestTable(java.lang.String automaticTestTable)Deprecated.voidsetBreakAfterAcquireFailure(boolean breakAfterAcquireFailure)Deprecated.voidsetCheckoutTimeout(int checkoutTimeout)Deprecated.voidsetConnectionIsValidTimeout(int connectionIsValidTimeout)Deprecated.voidsetConnectionTesterClassName(java.lang.String connectionTesterClassName)Deprecated.voidsetDataSourceName(java.lang.String name)Deprecated.voidsetDescription(java.lang.String description)Deprecated.voidsetDriverClass(java.lang.String driverClass)Deprecated.voidsetFactoryClassLocation(java.lang.String factoryClassLocation)Deprecated.voidsetForceIgnoreUnresolvedTransactions(boolean forceIgnoreUnresolvedTransactions)Deprecated.voidsetIdleConnectionTestPeriod(int idleConnectionTestPeriod)Deprecated.voidsetInitialPoolSize(int initialPoolSize)Deprecated.voidsetJdbcUrl(java.lang.String jdbcUrl)Deprecated.voidsetJndiName(java.lang.String jndiName)Deprecated.voidsetMaxIdleTime(int maxIdleTime)Deprecated.voidsetMaxPoolSize(int maxPoolSize)Deprecated.voidsetMaxStatements(int maxStatements)Deprecated.voidsetMaxStatementsPerConnection(int maxStatementsPerConnection)Deprecated.voidsetMinPoolSize(int minPoolSize)Deprecated.voidsetNumHelperThreads(int numHelperThreads)Deprecated.voidsetPassword(java.lang.String password)Deprecated.voidsetPreferredTestQuery(java.lang.String preferredTestQuery)Deprecated.voidsetPropertyCycle(int propertyCycle)Deprecated.voidsetTaskRunnerFactoryClassName(java.lang.String taskRunnerFactory)Deprecated.voidsetTestConnectionOnCheckin(boolean testConnectionOnCheckin)Deprecated.voidsetTestConnectionOnCheckout(boolean testConnectionOnCheckout)Deprecated.voidsetUser(java.lang.String user)Deprecated.voidsoftReset(java.lang.String username, java.lang.String password)Deprecated.voidsoftResetAllUsers()Deprecated.voidsoftResetDefaultUser()Deprecated.voidstart()Deprecated.voidstop()Deprecated.
-
-
-
Method Detail
-
setJndiName
public void setJndiName(java.lang.String jndiName) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setJndiNamein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getJndiName
public java.lang.String getJndiName()
Deprecated.- Specified by:
getJndiNamein interfaceC3P0PooledDataSourceMBean
-
getDescription
public java.lang.String getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceC3P0PooledDataSourceMBean
-
setDescription
public void setDescription(java.lang.String description) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setDescriptionin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getDriverClass
public java.lang.String getDriverClass()
Deprecated.- Specified by:
getDriverClassin interfaceC3P0PooledDataSourceMBean
-
setDriverClass
public void setDriverClass(java.lang.String driverClass) throws java.beans.PropertyVetoException, javax.naming.NamingExceptionDeprecated.- Specified by:
setDriverClassin interfaceC3P0PooledDataSourceMBean- Throws:
java.beans.PropertyVetoExceptionjavax.naming.NamingException
-
getJdbcUrl
public java.lang.String getJdbcUrl()
Deprecated.- Specified by:
getJdbcUrlin interfaceC3P0PooledDataSourceMBean
-
setJdbcUrl
public void setJdbcUrl(java.lang.String jdbcUrl) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setJdbcUrlin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getUser
public java.lang.String getUser()
Deprecated.- Specified by:
getUserin interfaceC3P0PooledDataSourceMBean
-
setUser
public void setUser(java.lang.String user) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setUserin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getPassword
public java.lang.String getPassword()
Deprecated.- Specified by:
getPasswordin interfaceC3P0PooledDataSourceMBean
-
setPassword
public void setPassword(java.lang.String password) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setPasswordin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getCheckoutTimeout
public int getCheckoutTimeout()
Deprecated.- Specified by:
getCheckoutTimeoutin interfaceC3P0PooledDataSourceMBean
-
setCheckoutTimeout
public void setCheckoutTimeout(int checkoutTimeout) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setCheckoutTimeoutin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getConnectionIsValidTimeout
public int getConnectionIsValidTimeout()
Deprecated.- Specified by:
getConnectionIsValidTimeoutin interfaceC3P0PooledDataSourceMBean
-
setConnectionIsValidTimeout
public void setConnectionIsValidTimeout(int connectionIsValidTimeout) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setConnectionIsValidTimeoutin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getAcquireIncrement
public int getAcquireIncrement()
Deprecated.- Specified by:
getAcquireIncrementin interfaceC3P0PooledDataSourceMBean
-
setAcquireIncrement
public void setAcquireIncrement(int acquireIncrement) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setAcquireIncrementin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getAcquireRetryAttempts
public int getAcquireRetryAttempts()
Deprecated.- Specified by:
getAcquireRetryAttemptsin interfaceC3P0PooledDataSourceMBean
-
setAcquireRetryAttempts
public void setAcquireRetryAttempts(int acquireRetryAttempts) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setAcquireRetryAttemptsin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getAcquireRetryDelay
public int getAcquireRetryDelay()
Deprecated.- Specified by:
getAcquireRetryDelayin interfaceC3P0PooledDataSourceMBean
-
setAcquireRetryDelay
public void setAcquireRetryDelay(int acquireRetryDelay) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setAcquireRetryDelayin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
isAutoCommitOnClose
public boolean isAutoCommitOnClose()
Deprecated.- Specified by:
isAutoCommitOnClosein interfaceC3P0PooledDataSourceMBean
-
setAutoCommitOnClose
public void setAutoCommitOnClose(boolean autoCommitOnClose) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setAutoCommitOnClosein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getConnectionTesterClassName
public java.lang.String getConnectionTesterClassName()
Deprecated.- Specified by:
getConnectionTesterClassNamein interfaceC3P0PooledDataSourceMBean
-
setConnectionTesterClassName
public void setConnectionTesterClassName(java.lang.String connectionTesterClassName) throws java.beans.PropertyVetoException, javax.naming.NamingExceptionDeprecated.- Specified by:
setConnectionTesterClassNamein interfaceC3P0PooledDataSourceMBean- Throws:
java.beans.PropertyVetoExceptionjavax.naming.NamingException
-
getTaskRunnerFactoryClassName
public java.lang.String getTaskRunnerFactoryClassName()
Deprecated.- Specified by:
getTaskRunnerFactoryClassNamein interfaceC3P0PooledDataSourceMBean
-
setTaskRunnerFactoryClassName
public void setTaskRunnerFactoryClassName(java.lang.String taskRunnerFactory) throws java.beans.PropertyVetoException, javax.naming.NamingExceptionDeprecated.- Specified by:
setTaskRunnerFactoryClassNamein interfaceC3P0PooledDataSourceMBean- Throws:
java.beans.PropertyVetoExceptionjavax.naming.NamingException
-
getAutomaticTestTable
public java.lang.String getAutomaticTestTable()
Deprecated.- Specified by:
getAutomaticTestTablein interfaceC3P0PooledDataSourceMBean
-
setAutomaticTestTable
public void setAutomaticTestTable(java.lang.String automaticTestTable) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setAutomaticTestTablein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
isForceIgnoreUnresolvedTransactions
public boolean isForceIgnoreUnresolvedTransactions()
Deprecated.- Specified by:
isForceIgnoreUnresolvedTransactionsin interfaceC3P0PooledDataSourceMBean
-
setForceIgnoreUnresolvedTransactions
public void setForceIgnoreUnresolvedTransactions(boolean forceIgnoreUnresolvedTransactions) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setForceIgnoreUnresolvedTransactionsin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getIdleConnectionTestPeriod
public int getIdleConnectionTestPeriod()
Deprecated.- Specified by:
getIdleConnectionTestPeriodin interfaceC3P0PooledDataSourceMBean
-
setIdleConnectionTestPeriod
public void setIdleConnectionTestPeriod(int idleConnectionTestPeriod) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setIdleConnectionTestPeriodin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getInitialPoolSize
public int getInitialPoolSize()
Deprecated.- Specified by:
getInitialPoolSizein interfaceC3P0PooledDataSourceMBean
-
setInitialPoolSize
public void setInitialPoolSize(int initialPoolSize) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setInitialPoolSizein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getMaxIdleTime
public int getMaxIdleTime()
Deprecated.- Specified by:
getMaxIdleTimein interfaceC3P0PooledDataSourceMBean
-
setMaxIdleTime
public void setMaxIdleTime(int maxIdleTime) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setMaxIdleTimein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getMaxPoolSize
public int getMaxPoolSize()
Deprecated.- Specified by:
getMaxPoolSizein interfaceC3P0PooledDataSourceMBean
-
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setMaxPoolSizein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getMaxStatements
public int getMaxStatements()
Deprecated.- Specified by:
getMaxStatementsin interfaceC3P0PooledDataSourceMBean
-
setMaxStatements
public void setMaxStatements(int maxStatements) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setMaxStatementsin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getMaxStatementsPerConnection
public int getMaxStatementsPerConnection()
Deprecated.- Specified by:
getMaxStatementsPerConnectionin interfaceC3P0PooledDataSourceMBean
-
setMaxStatementsPerConnection
public void setMaxStatementsPerConnection(int maxStatementsPerConnection) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setMaxStatementsPerConnectionin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getMinPoolSize
public int getMinPoolSize()
Deprecated.- Specified by:
getMinPoolSizein interfaceC3P0PooledDataSourceMBean
-
setMinPoolSize
public void setMinPoolSize(int minPoolSize) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setMinPoolSizein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getPropertyCycle
public int getPropertyCycle()
Deprecated.- Specified by:
getPropertyCyclein interfaceC3P0PooledDataSourceMBean
-
setPropertyCycle
public void setPropertyCycle(int propertyCycle) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setPropertyCyclein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
isBreakAfterAcquireFailure
public boolean isBreakAfterAcquireFailure()
Deprecated.- Specified by:
isBreakAfterAcquireFailurein interfaceC3P0PooledDataSourceMBean
-
setBreakAfterAcquireFailure
public void setBreakAfterAcquireFailure(boolean breakAfterAcquireFailure) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setBreakAfterAcquireFailurein interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
isTestConnectionOnCheckout
public boolean isTestConnectionOnCheckout()
Deprecated.- Specified by:
isTestConnectionOnCheckoutin interfaceC3P0PooledDataSourceMBean
-
setTestConnectionOnCheckout
public void setTestConnectionOnCheckout(boolean testConnectionOnCheckout) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setTestConnectionOnCheckoutin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
isTestConnectionOnCheckin
public boolean isTestConnectionOnCheckin()
Deprecated.- Specified by:
isTestConnectionOnCheckinin interfaceC3P0PooledDataSourceMBean
-
setTestConnectionOnCheckin
public void setTestConnectionOnCheckin(boolean testConnectionOnCheckin) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setTestConnectionOnCheckinin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
isAttemptResurrectOnCheckin
public boolean isAttemptResurrectOnCheckin()
Deprecated.- Specified by:
isAttemptResurrectOnCheckinin interfaceC3P0PooledDataSourceMBean
-
setAttemptResurrectOnCheckin
public void setAttemptResurrectOnCheckin(boolean attemptResurrectOnCheckin) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setAttemptResurrectOnCheckinin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getPreferredTestQuery
public java.lang.String getPreferredTestQuery()
Deprecated.- Specified by:
getPreferredTestQueryin interfaceC3P0PooledDataSourceMBean
-
setPreferredTestQuery
public void setPreferredTestQuery(java.lang.String preferredTestQuery) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setPreferredTestQueryin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getDataSourceName
public java.lang.String getDataSourceName()
Deprecated.
-
setDataSourceName
public void setDataSourceName(java.lang.String name) throws javax.naming.NamingExceptionDeprecated.- Throws:
javax.naming.NamingException
-
getNumHelperThreads
public int getNumHelperThreads()
Deprecated.- Specified by:
getNumHelperThreadsin interfaceC3P0PooledDataSourceMBean
-
setNumHelperThreads
public void setNumHelperThreads(int numHelperThreads) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setNumHelperThreadsin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getFactoryClassLocation
public java.lang.String getFactoryClassLocation()
Deprecated.- Specified by:
getFactoryClassLocationin interfaceC3P0PooledDataSourceMBean
-
setFactoryClassLocation
public void setFactoryClassLocation(java.lang.String factoryClassLocation) throws javax.naming.NamingExceptionDeprecated.- Specified by:
setFactoryClassLocationin interfaceC3P0PooledDataSourceMBean- Throws:
javax.naming.NamingException
-
getNumUserPools
public int getNumUserPools() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumUserPoolsin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumConnectionsDefaultUser
public int getNumConnectionsDefaultUser() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumConnectionsDefaultUserin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumIdleConnectionsDefaultUser
public int getNumIdleConnectionsDefaultUser() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumIdleConnectionsDefaultUserin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumBusyConnectionsDefaultUser
public int getNumBusyConnectionsDefaultUser() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumBusyConnectionsDefaultUserin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumUnclosedOrphanedConnectionsDefaultUser
public int getNumUnclosedOrphanedConnectionsDefaultUser() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumUnclosedOrphanedConnectionsDefaultUserin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumConnections
public int getNumConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumConnectionsin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumIdleConnections
public int getNumIdleConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumIdleConnectionsin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumBusyConnections
public int getNumBusyConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumBusyConnectionsin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumUnclosedOrphanedConnections
public int getNumUnclosedOrphanedConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumUnclosedOrphanedConnectionsin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumConnectionsAllUsers
public int getNumConnectionsAllUsers() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumConnectionsAllUsersin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumIdleConnectionsAllUsers
public int getNumIdleConnectionsAllUsers() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumIdleConnectionsAllUsersin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumBusyConnectionsAllUsers
public int getNumBusyConnectionsAllUsers() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumBusyConnectionsAllUsersin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
getNumUnclosedOrphanedConnectionsAllUsers
public int getNumUnclosedOrphanedConnectionsAllUsers() throws java.sql.SQLExceptionDeprecated.- Specified by:
getNumUnclosedOrphanedConnectionsAllUsersin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
softResetDefaultUser
public void softResetDefaultUser() throws java.sql.SQLExceptionDeprecated.- Specified by:
softResetDefaultUserin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
softReset
public void softReset(java.lang.String username, java.lang.String password) throws java.sql.SQLExceptionDeprecated.- Specified by:
softResetin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
softResetAllUsers
public void softResetAllUsers() throws java.sql.SQLExceptionDeprecated.- Specified by:
softResetAllUsersin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
hardReset
public void hardReset() throws java.sql.SQLExceptionDeprecated.- Specified by:
hardResetin interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
close
public void close() throws java.sql.SQLExceptionDeprecated.- Specified by:
closein interfaceC3P0PooledDataSourceMBean- Throws:
java.sql.SQLException
-
create
public void create() throws java.lang.ExceptionDeprecated.- Specified by:
createin interfaceC3P0PooledDataSourceMBean- Throws:
java.lang.Exception
-
start
public void start() throws java.lang.ExceptionDeprecated.- Specified by:
startin interfaceC3P0PooledDataSourceMBean- Throws:
java.lang.Exception
-
stop
public void stop()
Deprecated.- Specified by:
stopin interfaceC3P0PooledDataSourceMBean
-
destroy
public void destroy()
Deprecated.- Specified by:
destroyin interfaceC3P0PooledDataSourceMBean
-
-