Package eu.bandm.tools.message
Class SimpleMessage.Ping<D>
java.lang.Object
eu.bandm.tools.message.Message
eu.bandm.tools.message.SimpleMessage<D>
eu.bandm.tools.message.SimpleMessage.Ping<D>
- Type Parameters:
D- the type of the document identifier
- All Implemented Interfaces:
PreMessage,Serializable
- Enclosing class:
SimpleMessage<D>
Log message with not more informative content than "I am still alive".
Intended to cause a
MessagePrinter.Indenting to add another
dot to a gradually growing sequence.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.message.SimpleMessage
SimpleMessage.LocationMapper<D,E>, SimpleMessage.Ping<D>, SimpleMessage.Sender<E> Nested classes/interfaces inherited from class eu.bandm.tools.message.Message
Message.Kind -
Field Summary
Fields inherited from class eu.bandm.tools.message.SimpleMessage
args, emptyArgs, location, PRINT_LEVEL, textFields inherited from class eu.bandm.tools.message.Message
cause, DEFAULT_LEVEL, emptyStackTrace, kind, level, timestamp -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.message.SimpleMessage
cast, error, error, error, error, error, error, explode, explode, failure, failure, failure, failure, from, getArgs, getLocation, getText, hint, hint, hint, hint, liftMapKind, liftMapLocation, liftMapText, log, log, log, log, logEnd, logEnd, logEnd, logEnd, logStart, logStart, logStart, logStart, mapKind, mapLevel, mapLocation, mapLocation, mapText, messageToString, messageToString, monitor, monitor, narrow, narrowToBottom, ping, toString, toString, toString, toString, warning, warning, warning, warning, warning, warning, wrapText, wrapTextMethods inherited from class eu.bandm.tools.message.Message
adjustTimeStamp, explode, getCause, getKind, getLevel, getStackTrace, getTimeStamp, isCriticalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface eu.bandm.tools.annotations.PreMessage
format
-
Constructor Details
-
Ping
public Ping()Only contructor
-