public class ServerConfig
extends java.lang.Object
ServerConfig
provides a method to give configuration
information to the CMI runtime.Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LOAD_FACTOR
Default values for the load
|
static java.lang.String |
MULTICAST_ADDRESS_PROPERTY
Multicast address property name
|
static java.lang.String |
MULTICAST_GROUPNAME_PROPERTY
Multicast group name property name
|
static java.lang.String |
MULTICAST_ITF_PROPERTY
Multicast interface property name
|
static java.lang.String |
RR_FACTOR_PROPERTY
Multicast round robin factor property name
|
static java.lang.String |
STUB_DEBUG_PROPERTY
Multicast debug property name
|
Constructor and Description |
---|
ServerConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
setProperties(java.util.Properties pr)
Intializes the CMI runtime configuration.
|
public static final int DEFAULT_LOAD_FACTOR
public static final java.lang.String MULTICAST_ADDRESS_PROPERTY
public static final java.lang.String MULTICAST_ITF_PROPERTY
public static final java.lang.String MULTICAST_GROUPNAME_PROPERTY
public static final java.lang.String RR_FACTOR_PROPERTY
public static final java.lang.String STUB_DEBUG_PROPERTY
public static void setProperties(java.util.Properties pr) throws ServerConfigException
pr
- the configuration propertiesServerConfigException
- if an invalid configuration is specified