org.echarts.monitor
Class MachineStateEvent

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

public class MachineStateEvent
extends MachineDebugEvent

See Also:
Serialized Form

Field Summary
static java.lang.String GLOBAL_MACHINE_STATE
           
 
Fields inherited from class org.echarts.monitor.MachineDebugEvent
MACHINE_CLASS, MACHINE_ID, MACHINE_STATE_PATH, ROOT_MACHINE_ID, SEQUENCE_ID
 
Fields inherited from class org.echarts.monitor.MachineMonitorEvent
hostIpAddress, properties, timestamp
 
Constructor Summary
MachineStateEvent()
          For MachineMonitorEvent.readRaw().
MachineStateEvent(java.lang.String state)
           
 
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
 

Field Detail

GLOBAL_MACHINE_STATE

public static final java.lang.String GLOBAL_MACHINE_STATE
See Also:
Constant Field Values
Constructor Detail

MachineStateEvent

public MachineStateEvent()
For MachineMonitorEvent.readRaw().


MachineStateEvent

public MachineStateEvent(java.lang.String state)