Class MonitorFrameworkMessages
java.lang.Object
oracle.communication.brm.charging.util.errors.ChargingMessages
oracle.communication.brm.charging.monitor.framework.MonitorFrameworkMessages
public final class MonitorFrameworkMessages
extends oracle.communication.brm.charging.util.errors.ChargingMessages
Messages class for monitor framework
Message id range: 31200-31299
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class oracle.communication.brm.charging.util.errors.ChargingMessages
MESSAGE_NOT_FOUND, NULL_METHOD_ARGUMENT
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatMessage
(String messageKey) Create a formatted message by substituting messages parameters with the message argumentstatic String
formatMessage
(String messageKey, Object[] messageArguments) Create a formatted message by substituting messages parameters with the message argumentstatic org.apache.logging.log4j.Logger
return the default component root logger
-
Field Details
-
FAILED_TO_INITIALIZE_GRID_MANAGER
- See Also:
-
FAILED_TO_INITIALIZE_NOTIFIER
- See Also:
-
JMX_NOTIFICATION
- See Also:
-
JMX_CONNECTION_FAILURE
- See Also:
-
JMX_CONNECTION_INVALID
- See Also:
-
JMX_INVOKE_METHOD_FAILURE
- See Also:
-
JMX_REGISTER_METHOD_FAILURE
- See Also:
-
JMX_NOTIFICATION_METHOD_FAILURE
- See Also:
-
JMX_CONNECTION_NOT_IN_MAP
- See Also:
-
JMX_GET_ATTRIBUTE_METHOD_FAILURE
- See Also:
-
FAILED_TO_FIND_CONFIGURATION_FILE
- See Also:
-
FAILED_TO_INITIALIZE_MONITOR
- See Also:
-
UNKNOWN_MEMBER_LEFT_NODE_NAME
- See Also:
-
UNAVAILABLE_MEMBER_LEFT_NODE_NAME
- See Also:
-
JMX_HOST_CONNECTION_FAILURE
- See Also:
-
FAILED_TO_INITIALIZE_SITE_REPOSITORY
- See Also:
-
UPDATE_SITE_EVENT
- See Also:
-
-
Method Details
-
getLogger
public static org.apache.logging.log4j.Logger getLogger()return the default component root logger- Returns:
- component root logger
-
formatMessage
Create a formatted message by substituting messages parameters with the message argument- Parameters:
messageKey
- key of the message to format- Returns:
- a formatted message
-
formatMessage
Create a formatted message by substituting messages parameters with the message argument- Parameters:
messageKey
- key of the message to formatmessageArguments
- object argument to substitute in the message- Returns:
- a formatted message
-