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 C3P0RegistryManagerMBean
public java.util.Set getAllIdentityTokenized()
getAllIdentityTokenized
in interface C3P0RegistryManagerMBean
public java.util.Set getAllPooledDataSources()
getAllPooledDataSources
in interface C3P0RegistryManagerMBean
public int getAllIdentityTokenCount()
getAllIdentityTokenCount
in interface C3P0RegistryManagerMBean
public int getAllIdentityTokenizedCount()
getAllIdentityTokenizedCount
in interface C3P0RegistryManagerMBean
public int getAllPooledDataSourcesCount()
getAllPooledDataSourcesCount
in interface C3P0RegistryManagerMBean
public java.lang.String[] getAllIdentityTokenizedStringified()
getAllIdentityTokenizedStringified
in interface C3P0RegistryManagerMBean
public java.lang.String[] getAllPooledDataSourcesStringified()
getAllPooledDataSourcesStringified
in interface C3P0RegistryManagerMBean
public int getNumPooledDataSources() throws java.sql.SQLException
getNumPooledDataSources
in interface C3P0RegistryManagerMBean
java.sql.SQLException
public int getNumPoolsAllDataSources() throws java.sql.SQLException
getNumPoolsAllDataSources
in interface C3P0RegistryManagerMBean
java.sql.SQLException
public java.lang.String getC3p0Version()
getC3p0Version
in interface C3P0RegistryManagerMBean