|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.LogMessageInfoImpl
org.jcoderz.commons.connector.ConLogMessage
org.jcoderz.commons.connector.ConLogMessage.ConnectionTimeoutError
public static final class ConLogMessage.ConnectionTimeoutError
Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}. Previous failures are {String:failures}. .
This class holds the static data for the CONNECTION_TIMEOUT_ERROR
log message.
It holds the following parameters:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jcoderz.commons.connector.ConLogMessage |
|---|
ConLogMessage.ConnectionRequestFailed, ConLogMessage.ConnectionResponseFailed, ConLogMessage.ConnectionTimeoutError, ConLogMessage.CreatingConnectorFailed, ConLogMessage.InitializingSslFailed |
| Field Summary | |
|---|---|
static int |
INT_VALUE
The unique integer value of the log message CONNECTION_TIMEOUT_ERROR. |
static Level |
LOG_LEVEL
The LogLevel to use. |
static String |
PARAM_FAILURES
The parameter failures for the log message text. |
static String |
PARAM_URL
The parameter url for the log message text. |
static String |
SYMBOL
The unique symbolic String of the log message CONNECTION_TIMEOUT_ERROR. |
| Fields inherited from class org.jcoderz.commons.connector.ConLogMessage |
|---|
CONNECTION_REQUEST_FAILED, CONNECTION_RESPONSE_FAILED, CONNECTION_TIMEOUT_ERROR, CREATING_CONNECTOR_FAILED, INITIALIZING_SSL_FAILED |
| Method Summary | |
|---|---|
static Loggable |
addParameters(Loggable loggable,
Url url,
String failures)
Adds the given message parameters to the loggable. |
| Methods inherited from class org.jcoderz.commons.connector.ConLogMessage |
|---|
fromInt, fromString |
| Methods inherited from class org.jcoderz.commons.LogMessageInfoImpl |
|---|
formatMessage, getAppName, getAppNameAbbreviation, getBusinessImpact, getCategory, getGroupName, getGroupNameAbbreviation, getLogLevel, getMessagePattern, getParameterList, getSolution, getSymbol, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INT_VALUE
CONNECTION_TIMEOUT_ERROR.
public static final String PARAM_URL
url for the log message text.
public static final String PARAM_FAILURES
failures for the log message text.
public static final String SYMBOL
CONNECTION_TIMEOUT_ERROR.
public static final Level LOG_LEVEL
| Method Detail |
|---|
public static Loggable addParameters(Loggable loggable,
Url url,
String failures)
loggable - the loggable to initialize.url - The url used in the message.failures - The failures used in the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||