org.objectweb.carol.cmi
Class Config
java.lang.Object
org.objectweb.carol.cmi.Config
- public class Config
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_RR_FACTOR
public static final int DEFAULT_RR_FACTOR
- See Also:
- Constant Field Values
MULTICAST_ADDRESS_PROPERTY
public static final java.lang.String MULTICAST_ADDRESS_PROPERTY
- See Also:
- Constant Field Values
MULTICAST_ITF_PROPERTY
public static final java.lang.String MULTICAST_ITF_PROPERTY
- See Also:
- Constant Field Values
MULTICAST_GROUPNAME_PROPERTY
public static final java.lang.String MULTICAST_GROUPNAME_PROPERTY
- See Also:
- Constant Field Values
RR_FACTOR_PROPERTY
public static final java.lang.String RR_FACTOR_PROPERTY
- See Also:
- Constant Field Values
STUB_DEBUG_PROPERTY
public static final java.lang.String STUB_DEBUG_PROPERTY
- See Also:
- Constant Field Values
Config
public Config()
setProperties
public static void setProperties(java.util.Properties pr)
throws RMIConfigurationException
- Set properties
- Parameters:
pr
-
- Throws:
RMIConfigurationException
getMulticastGroupName
public static java.lang.String getMulticastGroupName()
throws ConfigException
- Throws:
ConfigException
getMulticastAddress
public static java.lang.String getMulticastAddress()
throws ConfigException
- Throws:
ConfigException
getMulticastPort
public static int getMulticastPort()
getMulticastItf
public static java.lang.String getMulticastItf()
getLoadFactor
public static int getLoadFactor()
isStubDebug
public static boolean isStubDebug()