Package com.mchange.v2.c3p0.mbean
Interface C3P0PooledDataSourceMBean
- All Known Implementing Classes:
C3P0PooledDataSource
public interface C3P0PooledDataSourceMBean
Deprecated.
Please use com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.void
create()
Deprecated.void
destroy()
Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.Deprecated.int
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.int
Deprecated.Deprecated.Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.int
getNumBusyConnections
(String username, String password) Deprecated.int
Deprecated.int
Deprecated.int
getNumConnections
(String username, String password) Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.int
getNumIdleConnections
(String username, String password) Deprecated.int
Deprecated.int
Deprecated.int
getNumUnclosedOrphanedConnections
(String username, String password) Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.Deprecated.Deprecated.int
Deprecated.getUser()
Deprecated.void
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.void
setAcquireIncrement
(int acquireIncrement) Deprecated.void
setAcquireRetryAttempts
(int acquireRetryAttempts) Deprecated.void
setAcquireRetryDelay
(int acquireRetryDelay) Deprecated.void
setAutoCommitOnClose
(boolean autoCommitOnClose) Deprecated.void
setAutomaticTestTable
(String automaticTestTable) Deprecated.void
setBreakAfterAcquireFailure
(boolean breakAfterAcquireFailure) Deprecated.void
setCheckoutTimeout
(int checkoutTimeout) Deprecated.void
setConnectionTesterClassName
(String connectionTesterClassName) Deprecated.void
setDescription
(String description) Deprecated.void
setDriverClass
(String driverClass) Deprecated.void
setFactoryClassLocation
(String factoryClassLocation) Deprecated.void
setForceIgnoreUnresolvedTransactions
(boolean forceIgnoreUnresolvedTransactions) Deprecated.void
setIdleConnectionTestPeriod
(int idleConnectionTestPeriod) Deprecated.void
setInitialPoolSize
(int initialPoolSize) Deprecated.void
setJdbcUrl
(String jdbcUrl) Deprecated.void
setJndiName
(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
(String password) Deprecated.void
setPreferredTestQuery
(String preferredTestQuery) Deprecated.void
setPropertyCycle
(int propertyCycle) Deprecated.void
setTestConnectionOnCheckin
(boolean testConnectionOnCheckin) Deprecated.void
setTestConnectionOnCheckout
(boolean testConnectionOnCheckout) Deprecated.void
Deprecated.void
setUsesTraditionalReflectiveProxies
(boolean usesTraditionalReflectiveProxies) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
start()
Deprecated.void
stop()
Deprecated.
-
Method Details
-
setJndiName
Deprecated.- Throws:
NamingException
-
getJndiName
String getJndiName()Deprecated. -
getDescription
String getDescription()Deprecated. -
setDescription
Deprecated.- Throws:
NamingException
-
getDriverClass
String getDriverClass()Deprecated. -
setDriverClass
Deprecated.- Throws:
PropertyVetoException
NamingException
-
getJdbcUrl
String getJdbcUrl()Deprecated. -
setJdbcUrl
Deprecated.- Throws:
NamingException
-
getUser
String getUser()Deprecated. -
setUser
Deprecated.- Throws:
NamingException
-
getPassword
String getPassword()Deprecated. -
setPassword
Deprecated.- Throws:
NamingException
-
getCheckoutTimeout
int getCheckoutTimeout()Deprecated. -
setCheckoutTimeout
Deprecated.- Throws:
NamingException
-
getAcquireIncrement
int getAcquireIncrement()Deprecated. -
setAcquireIncrement
Deprecated.- Throws:
NamingException
-
getAcquireRetryAttempts
int getAcquireRetryAttempts()Deprecated. -
setAcquireRetryAttempts
Deprecated.- Throws:
NamingException
-
getAcquireRetryDelay
int getAcquireRetryDelay()Deprecated. -
setAcquireRetryDelay
Deprecated.- Throws:
NamingException
-
isAutoCommitOnClose
boolean isAutoCommitOnClose()Deprecated. -
setAutoCommitOnClose
Deprecated.- Throws:
NamingException
-
getConnectionTesterClassName
String getConnectionTesterClassName()Deprecated. -
setConnectionTesterClassName
void setConnectionTesterClassName(String connectionTesterClassName) throws PropertyVetoException, NamingException Deprecated.- Throws:
PropertyVetoException
NamingException
-
getAutomaticTestTable
String getAutomaticTestTable()Deprecated. -
setAutomaticTestTable
Deprecated.- Throws:
NamingException
-
isForceIgnoreUnresolvedTransactions
boolean isForceIgnoreUnresolvedTransactions()Deprecated. -
setForceIgnoreUnresolvedTransactions
void setForceIgnoreUnresolvedTransactions(boolean forceIgnoreUnresolvedTransactions) throws NamingException Deprecated.- Throws:
NamingException
-
getIdleConnectionTestPeriod
int getIdleConnectionTestPeriod()Deprecated. -
setIdleConnectionTestPeriod
Deprecated.- Throws:
NamingException
-
getInitialPoolSize
int getInitialPoolSize()Deprecated. -
setInitialPoolSize
Deprecated.- Throws:
NamingException
-
getMaxIdleTime
int getMaxIdleTime()Deprecated. -
setMaxIdleTime
Deprecated.- Throws:
NamingException
-
getMaxPoolSize
int getMaxPoolSize()Deprecated. -
setMaxPoolSize
Deprecated.- Throws:
NamingException
-
getMaxStatements
int getMaxStatements()Deprecated. -
setMaxStatements
Deprecated.- Throws:
NamingException
-
getMaxStatementsPerConnection
int getMaxStatementsPerConnection()Deprecated. -
setMaxStatementsPerConnection
Deprecated.- Throws:
NamingException
-
getMinPoolSize
int getMinPoolSize()Deprecated. -
setMinPoolSize
Deprecated.- Throws:
NamingException
-
getPropertyCycle
int getPropertyCycle()Deprecated. -
setPropertyCycle
Deprecated.- Throws:
NamingException
-
isBreakAfterAcquireFailure
boolean isBreakAfterAcquireFailure()Deprecated. -
setBreakAfterAcquireFailure
Deprecated.- Throws:
NamingException
-
isTestConnectionOnCheckout
boolean isTestConnectionOnCheckout()Deprecated. -
setTestConnectionOnCheckout
Deprecated.- Throws:
NamingException
-
isTestConnectionOnCheckin
boolean isTestConnectionOnCheckin()Deprecated. -
setTestConnectionOnCheckin
Deprecated.- Throws:
NamingException
-
isUsesTraditionalReflectiveProxies
boolean isUsesTraditionalReflectiveProxies()Deprecated. -
setUsesTraditionalReflectiveProxies
void setUsesTraditionalReflectiveProxies(boolean usesTraditionalReflectiveProxies) throws NamingException Deprecated.- Throws:
NamingException
-
getPreferredTestQuery
String getPreferredTestQuery()Deprecated. -
setPreferredTestQuery
Deprecated.- Throws:
NamingException
-
getNumHelperThreads
int getNumHelperThreads()Deprecated. -
setNumHelperThreads
Deprecated.- Throws:
NamingException
-
getFactoryClassLocation
String getFactoryClassLocation()Deprecated. -
setFactoryClassLocation
Deprecated.- Throws:
NamingException
-
getNumUserPools
Deprecated.- Throws:
SQLException
-
getNumConnectionsDefaultUser
Deprecated.- Throws:
SQLException
-
getNumIdleConnectionsDefaultUser
Deprecated.- Throws:
SQLException
-
getNumBusyConnectionsDefaultUser
Deprecated.- Throws:
SQLException
-
getNumUnclosedOrphanedConnectionsDefaultUser
Deprecated.- Throws:
SQLException
-
getNumConnections
Deprecated.- Throws:
SQLException
-
getNumIdleConnections
Deprecated.- Throws:
SQLException
-
getNumBusyConnections
Deprecated.- Throws:
SQLException
-
getNumUnclosedOrphanedConnections
Deprecated.- Throws:
SQLException
-
getNumBusyConnectionsAllUsers
Deprecated.- Throws:
SQLException
-
getNumIdleConnectionsAllUsers
Deprecated.- Throws:
SQLException
-
getNumConnectionsAllUsers
Deprecated.- Throws:
SQLException
-
getNumUnclosedOrphanedConnectionsAllUsers
Deprecated.- Throws:
SQLException
-
softResetDefaultUser
Deprecated.- Throws:
SQLException
-
softReset
Deprecated.- Throws:
SQLException
-
softResetAllUsers
Deprecated.- Throws:
SQLException
-
hardReset
Deprecated.- Throws:
SQLException
-
close
Deprecated.- Throws:
SQLException
-
create
Deprecated.- Throws:
Exception
-
start
Deprecated.- Throws:
Exception
-
stop
void stop()Deprecated. -
destroy
void destroy()Deprecated.
-