|
||||||||||
| 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.test.TssLogMessage
public abstract class TssLogMessage
Enumeration of all Test Service log messages.
Instances of this class are immutable.
The following Test Service are defined:
| Nested Class Summary | |
|---|---|
static class |
TssLogMessage.FunnyRuntime
Not real fun! |
static class |
TssLogMessage.ImpliedParameters
Not real fun! |
static class |
TssLogMessage.ImpliedParameters2
Not real fun! |
static class |
TssLogMessage.ImpliedParameters3
Not real fun! |
static class |
TssLogMessage.ImpliedParametersLog
Not real fun! |
static class |
TssLogMessage.ImpliedParametersLog2
Not real fun! |
static class |
TssLogMessage.ImpliedParametersLog3
Not real fun! |
| Field Summary | |
|---|---|
static TssLogMessage.FunnyRuntime |
FUNNY_RUNTIME
The log message for the event FUNNY_RUNTIME. |
static TssLogMessage.ImpliedParameters |
IMPLIED_PARAMETERS
The log message for the event IMPLIED_PARAMETERS. |
static TssLogMessage.ImpliedParametersLog |
IMPLIED_PARAMETERS_LOG
The log message for the event IMPLIED_PARAMETERS_LOG. |
static TssLogMessage.ImpliedParametersLog2 |
IMPLIED_PARAMETERS_LOG2
The log message for the event IMPLIED_PARAMETERS_LOG2. |
static TssLogMessage.ImpliedParametersLog3 |
IMPLIED_PARAMETERS_LOG3
The log message for the event IMPLIED_PARAMETERS_LOG3. |
static TssLogMessage.ImpliedParameters2 |
IMPLIED_PARAMETERS2
The log message for the event IMPLIED_PARAMETERS2. |
static TssLogMessage.ImpliedParameters3 |
IMPLIED_PARAMETERS3
The log message for the event IMPLIED_PARAMETERS3. |
| Method Summary | |
|---|---|
static TssLogMessage |
fromInt(int value)
Factory method to create a TssLogMessage class from its integer representation. |
static TssLogMessage |
fromString(String value)
Factory method to create a TssLogMessage class from its string representation. |
| 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 TssLogMessage.FunnyRuntime FUNNY_RUNTIME
FUNNY_RUNTIME.
public static final TssLogMessage.ImpliedParameters IMPLIED_PARAMETERS
IMPLIED_PARAMETERS.
public static final TssLogMessage.ImpliedParametersLog IMPLIED_PARAMETERS_LOG
IMPLIED_PARAMETERS_LOG.
public static final TssLogMessage.ImpliedParameters2 IMPLIED_PARAMETERS2
IMPLIED_PARAMETERS2.
public static final TssLogMessage.ImpliedParametersLog2 IMPLIED_PARAMETERS_LOG2
IMPLIED_PARAMETERS_LOG2.
public static final TssLogMessage.ImpliedParameters3 IMPLIED_PARAMETERS3
IMPLIED_PARAMETERS3.
public static final TssLogMessage.ImpliedParametersLog3 IMPLIED_PARAMETERS_LOG3
IMPLIED_PARAMETERS_LOG3.
| Method Detail |
|---|
public static final TssLogMessage fromString(String value)
value - the string representation.
public static final TssLogMessage fromInt(int value)
value - the integer representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||