public class TaskExecutionEvent extends TaskEvent
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | ID | 
PROP_EVENT_ID, PROP_TIMESTAMP| Constructor and Description | 
|---|
| TaskExecutionEvent(long timestamp,
                  TaskContext context,
                  java.lang.Throwable error) | 
| TaskExecutionEvent(java.util.Map<java.lang.String,java.lang.Object> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskContext | getContext() | 
| java.lang.Throwable | getError() | 
| boolean | hasError() | 
getEventId, getProperties, getProperty, getTimestamp, readEventId, setProperty, toStringpublic static final java.lang.String ID
public TaskExecutionEvent(long timestamp,
                          TaskContext context,
                          java.lang.Throwable error)
public TaskExecutionEvent(java.util.Map<java.lang.String,java.lang.Object> properties)
public TaskContext getContext()
public boolean hasError()
public java.lang.Throwable getError()
Copyright © 2015 Whizzo Software LLC. All rights reserved.