public class ExecutionEvent extends Object implements Serializable
| Constructor and Description |
|---|
ExecutionEvent() |
ExecutionEvent(long eventTimestamp,
String eventType,
ExecutionPerformanceEvent performanceEventInfo,
ExecutionProgressEvent progressEventInfo,
ExecutionExternalProgressEvent progressExternalEventInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getEventTimestamp()
Gets the eventTimestamp value for this ExecutionEvent.
|
String |
getEventType()
Gets the eventType value for this ExecutionEvent.
|
ExecutionPerformanceEvent |
getPerformanceEventInfo()
Gets the performanceEventInfo value for this ExecutionEvent.
|
ExecutionProgressEvent |
getProgressEventInfo()
Gets the progressEventInfo value for this ExecutionEvent.
|
ExecutionExternalProgressEvent |
getProgressExternalEventInfo()
Gets the progressExternalEventInfo value for this ExecutionEvent.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEventTimestamp(long eventTimestamp)
Sets the eventTimestamp value for this ExecutionEvent.
|
void |
setEventType(String eventType)
Sets the eventType value for this ExecutionEvent.
|
void |
setPerformanceEventInfo(ExecutionPerformanceEvent performanceEventInfo)
Sets the performanceEventInfo value for this ExecutionEvent.
|
void |
setProgressEventInfo(ExecutionProgressEvent progressEventInfo)
Sets the progressEventInfo value for this ExecutionEvent.
|
void |
setProgressExternalEventInfo(ExecutionExternalProgressEvent progressExternalEventInfo)
Sets the progressExternalEventInfo value for this ExecutionEvent.
|
public ExecutionEvent()
public ExecutionEvent(long eventTimestamp,
String eventType,
ExecutionPerformanceEvent performanceEventInfo,
ExecutionProgressEvent progressEventInfo,
ExecutionExternalProgressEvent progressExternalEventInfo)
public String getEventType()
public void setEventType(String eventType)
eventType - public long getEventTimestamp()
public void setEventTimestamp(long eventTimestamp)
eventTimestamp - public ExecutionProgressEvent getProgressEventInfo()
public void setProgressEventInfo(ExecutionProgressEvent progressEventInfo)
progressEventInfo - public ExecutionExternalProgressEvent getProgressExternalEventInfo()
public void setProgressExternalEventInfo(ExecutionExternalProgressEvent progressExternalEventInfo)
progressExternalEventInfo - public ExecutionPerformanceEvent getPerformanceEventInfo()
public void setPerformanceEventInfo(ExecutionPerformanceEvent performanceEventInfo)
performanceEventInfo - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.