org.objectweb.carol.cmi
Class Config

java.lang.Object
  extended byorg.objectweb.carol.cmi.Config

public class Config
extends java.lang.Object


Field Summary
static int DEFAULT_RR_FACTOR
           
static java.lang.String MULTICAST_ADDRESS_PROPERTY
           
static java.lang.String MULTICAST_GROUPNAME_PROPERTY
           
static java.lang.String MULTICAST_ITF_PROPERTY
           
static java.lang.String RR_FACTOR_PROPERTY
           
static java.lang.String STUB_DEBUG_PROPERTY
           
 
Constructor Summary
Config()
           
 
Method Summary
static int getLoadFactor()
           
static java.lang.String getMulticastAddress()
           
static java.lang.String getMulticastGroupName()
           
static java.lang.String getMulticastItf()
           
static int getMulticastPort()
           
static boolean isStubDebug()
           
static void setProperties(java.util.Properties pr)
          Set properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Config

public Config()
Method Detail

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()