Package com.mchange.v2.c3p0.management
Interface C3P0RegistryManagerMBean
- All Known Implementing Classes:
C3P0RegistryManager
public interface C3P0RegistryManagerMBean
-
Method Details
-
getAllIdentityTokens
String[] getAllIdentityTokens() -
getAllIdentityTokenized
Set getAllIdentityTokenized() -
getAllPooledDataSources
Set getAllPooledDataSources() -
getAllIdentityTokenCount
int getAllIdentityTokenCount() -
getAllIdentityTokenizedCount
int getAllIdentityTokenizedCount() -
getAllPooledDataSourcesCount
int getAllPooledDataSourcesCount() -
getAllIdentityTokenizedStringified
String[] getAllIdentityTokenizedStringified() -
getAllPooledDataSourcesStringified
String[] getAllPooledDataSourcesStringified() -
getNumPooledDataSources
- Throws:
SQLException
-
getNumPoolsAllDataSources
- Throws:
SQLException
-
getC3p0Version
String getC3p0Version()
-