public class ExecutionCancelStateEvent extends ExecutionStateEvent
ExecutionStateEvent.EventName| Constructor and Description |
|---|
ExecutionCancelStateEvent()
Instantiates a new execution cancel state event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Decode(byte[] buf)
Decode.
|
byte[] |
Encode()
Encode.
|
long |
GetEmitTimestamp()
Gets the timestamp the event was emitted.
|
ExecutionStateEvent.EventName |
GetEventName()
Gets the event name.
|
SetChangedaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic ExecutionCancelStateEvent()
public ExecutionStateEvent.EventName GetEventName()
ExecutionStateEventGetEventName in class ExecutionStateEventpublic long GetEmitTimestamp()
ExecutionStateEventGetEmitTimestamp in class ExecutionStateEventpublic void Decode(byte[] buf)
throws ExecutionSerializationException
ExecutionStateEventDecode in class ExecutionStateEventbuf - the byte array containing the encoded event as serialized by ExecutionStateEvent.Encode()ExecutionSerializationException - A serialization error occurredpublic byte[] Encode()
throws ExecutionSerializationException
ExecutionStateEventEncode in class ExecutionStateEventExecutionSerializationException - A serialization error occurredCopyright © 2015. All Rights Reserved.