org.echarts.monitor
Class DebugEvent

java.lang.Object
  extended by org.echarts.monitor.MachineMonitorEvent
      extended by org.echarts.monitor.LogLevelMonitorEvent
          extended by org.echarts.monitor.DebugEvent
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class DebugEvent
extends LogLevelMonitorEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.echarts.monitor.LogLevelMonitorEvent
EXCEPTION, MESSAGE, STACK_TRACE
 
Fields inherited from class org.echarts.monitor.MachineMonitorEvent
hostIpAddress, properties, timestamp
 
Constructor Summary
DebugEvent()
          For MachineMonitorEvent.readRaw().
DebugEvent(java.lang.String message)
           
DebugEvent(java.lang.Throwable e, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.echarts.monitor.MachineMonitorEvent
getClassString, getHostAddress, getPropertiesString, getSortedKeys, readExternal, readRaw, replaceChar, toString, writeExternal, writeRaw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugEvent

public DebugEvent()
For MachineMonitorEvent.readRaw().


DebugEvent

public DebugEvent(java.lang.String message)

DebugEvent

public DebugEvent(java.lang.Throwable e,
                  java.lang.String message)