Package com.mchange.v2.c3p0.management
Interface PooledDataSourceManagerMBean
- All Known Implementing Classes:
PooledDataSourceManager
public interface PooledDataSourceManagerMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
float
getEffectivePropertyCycle
(String username, String password) float
int
getNumBusyConnections
(String username, String password) int
int
int
getNumConnections
(String username, String password) int
int
int
getNumIdleConnections
(String username, String password) int
int
int
getNumUnclosedOrphanedConnections
(String username, String password) int
int
int
int
int
int
int
void
void
setDataSourceName
(String dataSourceName) void
void
void
-
Method Details
-
getIdentityToken
String getIdentityToken() -
getDataSourceName
String getDataSourceName() -
setDataSourceName
-
getNumConnectionsDefaultUser
- Throws:
SQLException
-
getNumIdleConnectionsDefaultUser
- Throws:
SQLException
-
getNumBusyConnectionsDefaultUser
- Throws:
SQLException
-
getNumUnclosedOrphanedConnectionsDefaultUser
- Throws:
SQLException
-
getEffectivePropertyCycleDefaultUser
- Throws:
SQLException
-
softResetDefaultUser
- Throws:
SQLException
-
getNumConnections
- Throws:
SQLException
-
getNumIdleConnections
- Throws:
SQLException
-
getNumBusyConnections
- Throws:
SQLException
-
getNumUnclosedOrphanedConnections
- Throws:
SQLException
-
getEffectivePropertyCycle
- Throws:
SQLException
-
softReset
- Throws:
SQLException
-
getNumBusyConnectionsAllUsers
- Throws:
SQLException
-
getNumIdleConnectionsAllUsers
- Throws:
SQLException
-
getNumConnectionsAllUsers
- Throws:
SQLException
-
getNumUnclosedOrphanedConnectionsAllUsers
- Throws:
SQLException
-
getThreadPoolSize
- Throws:
SQLException
-
getThreadPoolNumActiveThreads
- Throws:
SQLException
-
getThreadPoolNumIdleThreads
- Throws:
SQLException
-
getThreadPoolNumTasksPending
- Throws:
SQLException
-
sampleThreadPoolStackTraces
- Throws:
SQLException
-
sampleThreadPoolStatus
- Throws:
SQLException
-
softResetAllUsers
- Throws:
SQLException
-
getNumUserPools
- Throws:
SQLException
-
getAllUsers
- Throws:
SQLException
-
hardReset
- Throws:
SQLException
-
close
- Throws:
SQLException
-