public interface C3P0RegistryManagerMBean
Modifier and Type | Method and Description |
---|---|
int |
getAllIdentityTokenCount() |
java.util.Set |
getAllIdentityTokenized() |
int |
getAllIdentityTokenizedCount() |
java.lang.String[] |
getAllIdentityTokenizedStringified() |
java.lang.String[] |
getAllIdentityTokens() |
java.util.Set |
getAllPooledDataSources() |
int |
getAllPooledDataSourcesCount() |
java.lang.String[] |
getAllPooledDataSourcesStringified() |
java.lang.String |
getC3p0Version() |
int |
getNumPooledDataSources() |
int |
getNumPoolsAllDataSources() |
java.lang.String[] getAllIdentityTokens()
java.util.Set getAllIdentityTokenized()
java.util.Set getAllPooledDataSources()
int getAllIdentityTokenCount()
int getAllIdentityTokenizedCount()
int getAllPooledDataSourcesCount()
java.lang.String[] getAllIdentityTokenizedStringified()
java.lang.String[] getAllPooledDataSourcesStringified()
int getNumPooledDataSources() throws java.sql.SQLException
java.sql.SQLException
int getNumPoolsAllDataSources() throws java.sql.SQLException
java.sql.SQLException
java.lang.String getC3p0Version()