Interface ServerConfigurationService.ConfigData

  • Enclosing interface:
    ServerConfigurationService

    public static interface ServerConfigurationService.ConfigData
    Defines the config data holding class
    • Method Detail

      • getTotalConfigItems

        int getTotalConfigItems()
        Returns:
        the total number of config items known to the service
      • getRegisteredConfigItems

        int getRegisteredConfigItems()
        Returns:
        the total number of registered config items known to the service
      • getUnRegisteredConfigItems

        int getUnRegisteredConfigItems()
        Returns:
        the total number of requested but not registered config items known to the service
      • getSources

        String[] getSources()
        Returns:
        the array of all current source names