public abstract class MessageCodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MC_COLLAB_CUSTOM_USER |
static String |
MC_COLLAB_IS_RUNNING_6
Collaboration is Running
Collaboration {5} under Project {4} on {3} on {2} in {1} on {0} is running. |
static String |
MC_COLLAB_IS_STOPPED_6
Collaboration is Stopped
Collaboration {5} under Project {4} on {3} on {2} in {1} on {0} is stopped. |
static String |
MC_IS_KILLED_1 |
static String |
MC_IS_STARTED_1
Integration Server Started
Integration Server {0} started. |
static String |
MC_IS_STARTING_1 |
static String |
MC_IS_STOPPED_1
Integration Server Stopped
Integration Server {0} has stopped. |
static String |
MC_IS_STOPPING_1 |
static String |
MC_LH_ALREADY_RUNNING_3
Logical Host Already Running
Logical Host {2} in {1} on {0} is already running. |
static String |
MC_LH_EXITED_3
Logical Host Exited
Logical Host {2} in {1} on {0} exited. |
static String |
MC_LH_KILLED_3
Logical Host Killed
Logical Host {2} in {1} on {0} killed. |
static String |
MC_LH_NOT_RESPONDING_3
Logical Host Not Responding
Logical Host {2} in {1} on {0} is now running. |
static String |
MC_LH_RUNNING_3
Logical Host Running
Logical Host {2} in {1} on {0} is running. |
static String |
MC_LH_STARTED_3
Logical Host Started
Logical Host {2} in {1} on {0} started. |
static String |
MC_LH_STOPPED_3
Logical Host Stopped
Logical Host {2} in {1} on {0} stopped. |
static String |
MC_LH_STOPPED2_3
Logical Host Stopped
Logical Host {2} in {1} on {0} stopped. |
static String |
MC_MS_ALREADY_RUNNING_4 |
static String |
MC_MS_EXITED_4 |
static String |
MC_MS_KILLED_4 |
static String |
MC_MS_MESSAGE_LIMIT_EXCEEDED |
static String |
MC_MS_NOT_RESPONDING_4 |
static String |
MC_MS_RUNNING_4 |
static String |
MC_MS_STARTED_4 |
static String |
MC_MS_STOPPED_4 |
static String |
MC_MS_STOPPED2_4 |
static String |
MC_SNMP_CONFIGURED_0
Integration Server Is Not Available
SNMP Agent has been configured. |
static String |
MC_SNMP_NOT_CONFIGURED_0
Integration Server Is Not Available
SNMP Agent needs to be configured. |
static String |
MC_SNMP_NOT_INSTALLED |
static String |
MC_SNMP_RUNNING |
static String |
MC_SNMP_STOPPED |
| Constructor and Description |
|---|
MessageCodes() |
public static final String MC_LH_EXITED_3
Logical Host {2} in {1} on {0} exited.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_LH_RUNNING_3
Logical Host {2} in {1} on {0} is running.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_LH_STARTED_3
Logical Host {2} in {1} on {0} started.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_LH_STOPPED_3
Logical Host {2} in {1} on {0} stopped.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_LH_STOPPED2_3
Logical Host {2} in {1} on {0} stopped.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_LH_KILLED_3
Logical Host {2} in {1} on {0} killed.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_LH_NOT_RESPONDING_3
Logical Host {2} in {1} on {0} is now running.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_LH_ALREADY_RUNNING_3
Logical Host {2} in {1} on {0} is already running.
Params:
{0} physical host name
{1} environment name
{2} logical host namepublic static final String MC_IS_STARTED_1
Integration Server {0} started.
Params:
{0} integration server namepublic static final String MC_IS_STOPPED_1
Integration Server {0} has stopped.
Params:
{0} integration server namepublic static final String MC_IS_STARTING_1
public static final String MC_IS_STOPPING_1
public static final String MC_IS_KILLED_1
public static final String MC_MS_EXITED_4
public static final String MC_MS_RUNNING_4
public static final String MC_MS_STARTED_4
public static final String MC_MS_STOPPED_4
public static final String MC_MS_STOPPED2_4
public static final String MC_MS_KILLED_4
public static final String MC_MS_NOT_RESPONDING_4
public static final String MC_MS_ALREADY_RUNNING_4
public static final String MC_MS_MESSAGE_LIMIT_EXCEEDED
public static final String MC_COLLAB_IS_RUNNING_6
Collaboration {5} under Project {4} on {3} on {2} in {1} on {0} is running.
Params:
{0} physical host name
{1} environment name
{2} logical host name
{3} server name
{4} project name
{5} collaboration namepublic static final String MC_COLLAB_IS_STOPPED_6
Collaboration {5} under Project {4} on {3} on {2} in {1} on {0} is stopped.
Params:
{0} physical host name
{1} environment name
{2} logical host name
{3} server name
{4} project name
{5} collaboration namepublic static final String MC_COLLAB_CUSTOM_USER
public static final String MC_SNMP_CONFIGURED_0
SNMP Agent has been configured.
Params:
public static final String MC_SNMP_NOT_CONFIGURED_0
SNMP Agent needs to be configured.
Params:
public static final String MC_SNMP_RUNNING
public static final String MC_SNMP_STOPPED
public static final String MC_SNMP_NOT_INSTALLED
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.