public class ServerConfiguration
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ServerConfiguration(java.util.Properties properties)
Build a server configuration object with the given properties
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
getBooleanValue(java.lang.String key)
Gets value of properties object
|
boolean |
isStartingJNDI() |
boolean |
isStartingNS() |
boolean |
isStartingRMI() |
protected ServerConfiguration(java.util.Properties properties) throws ConfigurationException
properties
- the properties need to construct the configurationConfigurationException
- if properties are missingprotected boolean getBooleanValue(java.lang.String key) throws ConfigurationException
key
- the key of the propertiesConfigurationException
- if properties are missingpublic boolean isStartingJNDI()
public boolean isStartingNS()
public boolean isStartingRMI()