Package com.mchange.v2.c3p0.management
Interface C3P0RegistryManagerMBean
-
- All Known Implementing Classes:
C3P0RegistryManager
public interface C3P0RegistryManagerMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAllIdentityTokenCount()java.util.SetgetAllIdentityTokenized()intgetAllIdentityTokenizedCount()java.lang.String[]getAllIdentityTokenizedStringified()java.lang.String[]getAllIdentityTokens()java.util.SetgetAllPooledDataSources()intgetAllPooledDataSourcesCount()java.lang.String[]getAllPooledDataSourcesStringified()java.lang.StringgetC3p0Version()intgetNumPooledDataSources()intgetNumPoolsAllDataSources()
-
-
-
Method Detail
-
getAllIdentityTokens
java.lang.String[] getAllIdentityTokens()
-
getAllIdentityTokenized
java.util.Set getAllIdentityTokenized()
-
getAllPooledDataSources
java.util.Set getAllPooledDataSources()
-
getAllIdentityTokenCount
int getAllIdentityTokenCount()
-
getAllIdentityTokenizedCount
int getAllIdentityTokenizedCount()
-
getAllPooledDataSourcesCount
int getAllPooledDataSourcesCount()
-
getAllIdentityTokenizedStringified
java.lang.String[] getAllIdentityTokenizedStringified()
-
getAllPooledDataSourcesStringified
java.lang.String[] getAllPooledDataSourcesStringified()
-
getNumPooledDataSources
int getNumPooledDataSources() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
getNumPoolsAllDataSources
int getNumPoolsAllDataSources() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
getC3p0Version
java.lang.String getC3p0Version()
-
-