Package org.opencord.cordmcast.impl
Class OsgiPropertyConstants
- java.lang.Object
-
- org.opencord.cordmcast.impl.OsgiPropertyConstants
-
public final class OsgiPropertyConstants extends Object
Constants for default values of configurable properties.
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PRIORITYstatic booleanDEFAULT_VLAN_ENABLEDstatic StringEVENT_GENERATION_PERIODstatic intEVENT_GENERATION_PERIOD_DEFAULTstatic StringPRIORITYstatic StringVLAN_ENABLED
-
-
-
Field Detail
-
VLAN_ENABLED
public static final String VLAN_ENABLED
- See Also:
- Constant Field Values
-
DEFAULT_VLAN_ENABLED
public static final boolean DEFAULT_VLAN_ENABLED
- See Also:
- Constant Field Values
-
PRIORITY
public static final String PRIORITY
- See Also:
- Constant Field Values
-
DEFAULT_PRIORITY
public static final int DEFAULT_PRIORITY
- See Also:
- Constant Field Values
-
EVENT_GENERATION_PERIOD
public static final String EVENT_GENERATION_PERIOD
- See Also:
- Constant Field Values
-
EVENT_GENERATION_PERIOD_DEFAULT
public static final int EVENT_GENERATION_PERIOD_DEFAULT
- See Also:
- Constant Field Values
-
-