|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.cmi.ServerConfig
public class ServerConfig
The ServerConfig
provides a method to give configuration
information to the CMI runtime.
Field Summary | |
---|---|
static int |
DEFAULT_LOAD_FACTOR
Default values for the load |
static java.lang.String |
JGROUPS_CONF_PROPERTY
Jgroups configuration file property name |
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 |
Method Summary | |
---|---|
static void |
setMBean(java.lang.String domainName,
java.lang.String serverName)
Intializes the CMI runtime configuration for the MBean |
static void |
setProperties(java.util.Properties pr)
Intializes the CMI runtime configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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 final java.lang.String JGROUPS_CONF_PROPERTY
Method Detail |
---|
public static void setProperties(java.util.Properties pr) throws ServerConfigException
pr
- the configuration properties
ServerConfigException
- if an invalid configuration is specifiedpublic static void setMBean(java.lang.String domainName, java.lang.String serverName)
domainName
- the name of the JOnAS domainserverName
- the name of the server for creating mbeans
ServerConfigException
- if an invalid configuration is specified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |