public class WatcherData extends SystemData
SystemData to semantics required by Watcher. Further, Watcher events are deserialized back to WatcherData.| Modifier and Type | Field and Description |
|---|---|
static char |
DETAILED_MESSAGE_PREFIX |
classLoading_loaded, classLoading_total, classLoading_unloaded, compilationTime, garbageCollector_count, garbageCollector_time, heap_commited, heap_max, heap_used, nonHeap_commited, nonHeap_max, nonHeap_used, objectPendingFinalizationCount, runtime_maxMemory, runtime_totalMemory, runtime_usedMemory, systemLoadEVENT_CATEGORY, EVENT_NAME, EVENT_POSITION, eventCategory, eventName, eventPosition, SESSION_UUID, sessionUuid, time| Constructor and Description |
|---|
WatcherData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
read(java.lang.String message) |
java.lang.StringBuilder |
readableString(java.lang.StringBuilder builder)
Writes a concise, human readable string representation of the event into
the supplied StringBuilder.
|
java.lang.String |
readableWrite() |
java.lang.String |
write() |
collectManagedBeanStatus, collectPlatformStatus, collectRuntimeStatus, isCompletelyEqualsImpl, readPropertyImpl, resetImpl, writePropertiesImplequals, getEventCategory, getEventName, getEventPosition, getFullID, getSessionUuid, getTime, hashCode, isCompletelyEqualsTo, isSameAs, read, reset, toString, writepublic static final char DETAILED_MESSAGE_PREFIX
public java.lang.StringBuilder readableString(java.lang.StringBuilder builder)
EventDatareadableString in class EventDatabuilder - The StringBuilder that receives the string representationpublic final boolean read(java.lang.String message)
public final java.lang.String write()
public final java.lang.String readableWrite()