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

      int getNumPooledDataSources() throws SQLException
      Throws:
      SQLException
    • getNumPoolsAllDataSources

      int getNumPoolsAllDataSources() throws SQLException
      Throws:
      SQLException
    • getC3p0Version

      String getC3p0Version()