| |
|
| java.lang.Object org.sakaiproject.component.impl.BasicConfigurationService
All known Subclasses: org.sakaiproject.component.impl.ConfigurationServiceTest,
BasicConfigurationService | abstract public class BasicConfigurationService implements ServerConfigurationService(Code) | |
BasicConfigurationService is a basic implementation of the ServerConfigurationService.
|
instanceId | protected String instanceId(Code) | | The instance id for this app server.
|
m_defaultTools | protected Map m_defaultTools(Code) | | default tools - map keyed by category of List of tool id strings.
|
m_properties | protected Map m_properties(Code) | | The map of values from the loaded properties - not synchronized at access.
|
m_registrationPath | protected String m_registrationPath(Code) | | Full path to registration files.
|
m_toolOrders | protected Map m_toolOrders(Code) | | loaded tool orders - map keyed by category of List of tool id strings.
|
m_toolsRequired | protected Map m_toolsRequired(Code) | | required tools - map keyed by category of List of tool id strings.
|
serverIdInstance | protected String serverIdInstance(Code) | | This is computed, joining the configured serverId and the set instanceId.
|
toolOrderFile | protected String toolOrderFile(Code) | | File name within sakai.home for the tool order file.
|
destroy | public void destroy()(Code) | | Final cleanup.
|
getBoolean | public boolean getBoolean(String name, boolean dflt)(Code) | | |
getServerIdInstance | public String getServerIdInstance()(Code) | | |
init | public void init()(Code) | | Final initialization, once all dependencies are set.
|
loadToolOrder | protected void loadToolOrder(InputStream in)(Code) | | Load this single file as a registration file, loading tools and locks.
Parameters: in - The Stream to load |
sessionManager | abstract protected SessionManager sessionManager()(Code) | | the SessionManager collaborator. |
setRegistrationPath | public void setRegistrationPath(String string)(Code) | | Configuration: set the file path for registration files.
Parameters: string - The file path for registration files. |
setToolOrderFile | public void setToolOrderFile(String string)(Code) | | Configuration: set the file name within sakai.home for tool order file.
Parameters: string - The file name for tool order file. |
|
|
|