Package org.opencord.bng.impl
Class OsgiPropertyConstants
- java.lang.Object
-
- org.opencord.bng.impl.OsgiPropertyConstants
-
public final class OsgiPropertyConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBNG_STATISTICS_PROBE_RATEstatic longBNG_STATISTICS_PROBE_RATE_DEFAULTstatic StringENABLE_LOCAL_EVENT_HANDLERstatic booleanENABLE_LOCAL_EVENT_HANDLER_DEFAULT
-
-
-
Field Detail
-
ENABLE_LOCAL_EVENT_HANDLER
public static final String ENABLE_LOCAL_EVENT_HANDLER
- See Also:
- Constant Field Values
-
ENABLE_LOCAL_EVENT_HANDLER_DEFAULT
public static final boolean ENABLE_LOCAL_EVENT_HANDLER_DEFAULT
- See Also:
- Constant Field Values
-
BNG_STATISTICS_PROBE_RATE
public static final String BNG_STATISTICS_PROBE_RATE
- See Also:
- Constant Field Values
-
BNG_STATISTICS_PROBE_RATE_DEFAULT
public static final long BNG_STATISTICS_PROBE_RATE_DEFAULT
- See Also:
- Constant Field Values
-
-