|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.ExecutionEvent
public class ExecutionEvent
| Constructor Summary | |
|---|---|
ExecutionEvent()
|
|
ExecutionEvent(long eventTimestamp,
String eventType,
ExecutionPerformanceEvent performanceEventInfo,
ExecutionProgressEvent progressEventInfo,
ExecutionExternalProgressEvent progressExternalEventInfo)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionEvent()
public ExecutionEvent(long eventTimestamp,
String eventType,
ExecutionPerformanceEvent performanceEventInfo,
ExecutionProgressEvent progressEventInfo,
ExecutionExternalProgressEvent progressExternalEventInfo)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||