Class PooledDataSourceManager
java.lang.Object
com.mchange.v2.c3p0.management.PooledDataSourceManager
- All Implemented Interfaces:
PooledDataSourceManagerMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()floatgetEffectivePropertyCycle(String username, String password) floatintgetNumBusyConnections(String username, String password) intintintgetNumConnections(String username, String password) intintintgetNumIdleConnections(String username, String password) intintintgetNumUnclosedOrphanedConnections(String username, String password) intintintintintintintvoidvoidsetDataSourceName(String dataSourceName) voidvoidvoid
-
Constructor Details
-
PooledDataSourceManager
-
-
Method Details
-
getIdentityToken
- Specified by:
getIdentityTokenin interfacePooledDataSourceManagerMBean
-
getDataSourceName
- Specified by:
getDataSourceNamein interfacePooledDataSourceManagerMBean
-
setDataSourceName
- Specified by:
setDataSourceNamein interfacePooledDataSourceManagerMBean
-
getNumConnectionsDefaultUser
- Specified by:
getNumConnectionsDefaultUserin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumIdleConnectionsDefaultUser
- Specified by:
getNumIdleConnectionsDefaultUserin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumBusyConnectionsDefaultUser
- Specified by:
getNumBusyConnectionsDefaultUserin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumUnclosedOrphanedConnectionsDefaultUser
- Specified by:
getNumUnclosedOrphanedConnectionsDefaultUserin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getEffectivePropertyCycleDefaultUser
- Specified by:
getEffectivePropertyCycleDefaultUserin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getThreadPoolSize
- Specified by:
getThreadPoolSizein interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getThreadPoolNumActiveThreads
- Specified by:
getThreadPoolNumActiveThreadsin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getThreadPoolNumIdleThreads
- Specified by:
getThreadPoolNumIdleThreadsin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getThreadPoolNumTasksPending
- Specified by:
getThreadPoolNumTasksPendingin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
sampleThreadPoolStackTraces
- Specified by:
sampleThreadPoolStackTracesin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
sampleThreadPoolStatus
- Specified by:
sampleThreadPoolStatusin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
softResetDefaultUser
- Specified by:
softResetDefaultUserin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumConnections
- Specified by:
getNumConnectionsin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumIdleConnections
- Specified by:
getNumIdleConnectionsin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumBusyConnections
- Specified by:
getNumBusyConnectionsin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumUnclosedOrphanedConnections
- Specified by:
getNumUnclosedOrphanedConnectionsin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getEffectivePropertyCycle
- Specified by:
getEffectivePropertyCyclein interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
softReset
- Specified by:
softResetin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumBusyConnectionsAllUsers
- Specified by:
getNumBusyConnectionsAllUsersin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumIdleConnectionsAllUsers
- Specified by:
getNumIdleConnectionsAllUsersin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumConnectionsAllUsers
- Specified by:
getNumConnectionsAllUsersin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumUnclosedOrphanedConnectionsAllUsers
- Specified by:
getNumUnclosedOrphanedConnectionsAllUsersin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
softResetAllUsers
- Specified by:
softResetAllUsersin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getNumUserPools
- Specified by:
getNumUserPoolsin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
getAllUsers
- Specified by:
getAllUsersin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
hardReset
- Specified by:
hardResetin interfacePooledDataSourceManagerMBean- Throws:
SQLException
-
close
- Specified by:
closein interfacePooledDataSourceManagerMBean- Throws:
SQLException
-