public class C3P0RegistryManager extends java.lang.Object implements C3P0RegistryManagerMBean
| Constructor and Description |
|---|
C3P0RegistryManager() |
| 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() |
public java.lang.String[] getAllIdentityTokens()
getAllIdentityTokens in interface C3P0RegistryManagerMBeanpublic java.util.Set getAllIdentityTokenized()
getAllIdentityTokenized in interface C3P0RegistryManagerMBeanpublic java.util.Set getAllPooledDataSources()
getAllPooledDataSources in interface C3P0RegistryManagerMBeanpublic int getAllIdentityTokenCount()
getAllIdentityTokenCount in interface C3P0RegistryManagerMBeanpublic int getAllIdentityTokenizedCount()
getAllIdentityTokenizedCount in interface C3P0RegistryManagerMBeanpublic int getAllPooledDataSourcesCount()
getAllPooledDataSourcesCount in interface C3P0RegistryManagerMBeanpublic java.lang.String[] getAllIdentityTokenizedStringified()
getAllIdentityTokenizedStringified in interface C3P0RegistryManagerMBeanpublic java.lang.String[] getAllPooledDataSourcesStringified()
getAllPooledDataSourcesStringified in interface C3P0RegistryManagerMBeanpublic int getNumPooledDataSources()
throws java.sql.SQLException
getNumPooledDataSources in interface C3P0RegistryManagerMBeanjava.sql.SQLExceptionpublic int getNumPoolsAllDataSources()
throws java.sql.SQLException
getNumPoolsAllDataSources in interface C3P0RegistryManagerMBeanjava.sql.SQLExceptionpublic java.lang.String getC3p0Version()
getC3p0Version in interface C3P0RegistryManagerMBean