org.sakaiproject.component.api
Interface ServerConfigurationService.ConfigData

Enclosing interface:
ServerConfigurationService

public static interface ServerConfigurationService.ConfigData

Defines the config data holding class


Method Summary
 List<ServerConfigurationService.ConfigItem> getItems()
           
 int getRegisteredConfigItems()
           
 String[] getSources()
           
 int getTotalConfigItems()
           
 int getUnRegisteredConfigItems()
           
 

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

getItems

List<ServerConfigurationService.ConfigItem> getItems()
Returns:
the total set of all known config items


Copyright © 2003-2013 The Sakai Foundation. All Rights Reserved.