public interface ServerConfigurationAccessor
| Modifier and Type | Method and Description |
|---|---|
ConfigSection |
getConfigSection(java.lang.String name)
Return the required configuration section
|
java.lang.String |
getServerName()
Return the server name
|
boolean |
isServerRunning(java.lang.String proto)
Check if the specified protocol server exists and is running
|
ConfigSection getConfigSection(java.lang.String name)
name - Stringjava.lang.String getServerName()
boolean isServerRunning(java.lang.String proto)
proto - StringCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.