org.jcoderz.commons.test
Class TssLogMessage

java.lang.Object
  extended by org.jcoderz.commons.LogMessageInfoImpl
      extended by org.jcoderz.commons.test.TssLogMessage
All Implemented Interfaces:
Serializable, LogMessageInfo
Direct Known Subclasses:
TssLogMessage.FunnyRuntime, TssLogMessage.ImpliedParameters, TssLogMessage.ImpliedParameters2, TssLogMessage.ImpliedParameters3, TssLogMessage.ImpliedParametersLog, TssLogMessage.ImpliedParametersLog2, TssLogMessage.ImpliedParametersLog3

public abstract class TssLogMessage
extends LogMessageInfoImpl

Enumeration of all Test Service log messages.

Instances of this class are immutable.

The following Test Service are defined:

Author:
generated
See Also:
Serialized Form

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

FUNNY_RUNTIME

public static final TssLogMessage.FunnyRuntime FUNNY_RUNTIME
The log message for the event FUNNY_RUNTIME.


IMPLIED_PARAMETERS

public static final TssLogMessage.ImpliedParameters IMPLIED_PARAMETERS
The log message for the event IMPLIED_PARAMETERS.


IMPLIED_PARAMETERS_LOG

public static final TssLogMessage.ImpliedParametersLog IMPLIED_PARAMETERS_LOG
The log message for the event IMPLIED_PARAMETERS_LOG.


IMPLIED_PARAMETERS2

public static final TssLogMessage.ImpliedParameters2 IMPLIED_PARAMETERS2
The log message for the event IMPLIED_PARAMETERS2.


IMPLIED_PARAMETERS_LOG2

public static final TssLogMessage.ImpliedParametersLog2 IMPLIED_PARAMETERS_LOG2
The log message for the event IMPLIED_PARAMETERS_LOG2.


IMPLIED_PARAMETERS3

public static final TssLogMessage.ImpliedParameters3 IMPLIED_PARAMETERS3
The log message for the event IMPLIED_PARAMETERS3.


IMPLIED_PARAMETERS_LOG3

public static final TssLogMessage.ImpliedParametersLog3 IMPLIED_PARAMETERS_LOG3
The log message for the event IMPLIED_PARAMETERS_LOG3.

Method Detail

fromString

public static final TssLogMessage fromString(String value)
Factory method to create a TssLogMessage class from its string representation.

Parameters:
value - the string representation.
Returns:
TssLogMessage class from its string representation.

fromInt

public static final TssLogMessage fromInt(int value)
Factory method to create a TssLogMessage class from its integer representation.

Parameters:
value - the integer representation.
Returns:
TssLogMessage class from its integer representation.


Copyright 2007 The jCoderZ Project.