|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.monitor.MachineMonitorEvent org.echarts.monitor.MachineDebugEvent org.echarts.monitor.MachineTransitionEvent org.echarts.monitor.MessagelessTransitionEvent
public final class MessagelessTransitionEvent
Field Summary |
---|
Fields inherited from class org.echarts.monitor.MachineTransitionEvent |
---|
FROM_STATE, LOCAL_MACHINE_STATE, TO_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 | |
---|---|
MessagelessTransitionEvent()
For MachineMonitorEvent.readRaw(). |
|
MessagelessTransitionEvent(java.lang.String from,
java.lang.String to,
java.lang.String machineState)
Constructor used for messageless transition events. |
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 |
---|
public MessagelessTransitionEvent()
public MessagelessTransitionEvent(java.lang.String from, java.lang.String to, java.lang.String machineState)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |