org.objectweb.carol.cmi

Class Config


public class Config
extends java.lang.Object

Field Summary

static int
DEFAULT_RR_FACTOR
static String
MULTICAST_ADDRESS_PROPERTY
static String
MULTICAST_GROUPNAME_PROPERTY
static String
MULTICAST_ITF_PROPERTY
static String
RR_FACTOR_PROPERTY
static String
STUB_DEBUG_PROPERTY

Method Summary

static int
getLoadFactor()
static String
getMulticastAddress()
static String
getMulticastGroupName()
static String
getMulticastItf()
static int
getMulticastPort()
static boolean
isStubDebug()
static void
setProperties(Properties pr)
Set properties

Field Details

DEFAULT_RR_FACTOR

public static final int DEFAULT_RR_FACTOR

Field Value:
100


MULTICAST_ADDRESS_PROPERTY

public static final String MULTICAST_ADDRESS_PROPERTY


MULTICAST_GROUPNAME_PROPERTY

public static final String MULTICAST_GROUPNAME_PROPERTY


MULTICAST_ITF_PROPERTY

public static final String MULTICAST_ITF_PROPERTY


RR_FACTOR_PROPERTY

public static final String RR_FACTOR_PROPERTY


STUB_DEBUG_PROPERTY

public static final String STUB_DEBUG_PROPERTY

Method Details

getLoadFactor

public static int getLoadFactor()


getMulticastAddress

public static String getMulticastAddress()
            throws ConfigException


getMulticastGroupName

public static String getMulticastGroupName()
            throws ConfigException


getMulticastItf

public static String getMulticastItf()


getMulticastPort

public static int getMulticastPort()


isStubDebug

public static boolean isStubDebug()


setProperties

public static void setProperties(Properties pr)
            throws RMIConfigurationException
Set properties

Parameters:
pr -