Interface PooledDataSourceManagerMBean
- All Known Implementing Classes:
PooledDataSourceManager
public interface PooledDataSourceManagerMBean
-
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
-
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
-