|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.ExecutionPerformanceEvent
public class ExecutionPerformanceEvent
| Constructor Summary | |
|---|---|
ExecutionPerformanceEvent()
|
|
ExecutionPerformanceEvent(long childrenTotalTime,
String emiterID,
long finalizationTime,
long initializationTime,
int numberOfSubcalls,
long subcallsTotalTime,
long totalTime)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
long |
getChildrenTotalTime()
Gets the childrenTotalTime value for this ExecutionPerformanceEvent. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getEmiterID()
Gets the emiterID value for this ExecutionPerformanceEvent. |
long |
getFinalizationTime()
Gets the finalizationTime value for this ExecutionPerformanceEvent. |
long |
getInitializationTime()
Gets the initializationTime value for this ExecutionPerformanceEvent. |
int |
getNumberOfSubcalls()
Gets the numberOfSubcalls value for this ExecutionPerformanceEvent. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
long |
getSubcallsTotalTime()
Gets the subcallsTotalTime value for this ExecutionPerformanceEvent. |
long |
getTotalTime()
Gets the totalTime value for this ExecutionPerformanceEvent. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setChildrenTotalTime(long childrenTotalTime)
Sets the childrenTotalTime value for this ExecutionPerformanceEvent. |
void |
setEmiterID(String emiterID)
Sets the emiterID value for this ExecutionPerformanceEvent. |
void |
setFinalizationTime(long finalizationTime)
Sets the finalizationTime value for this ExecutionPerformanceEvent. |
void |
setInitializationTime(long initializationTime)
Sets the initializationTime value for this ExecutionPerformanceEvent. |
void |
setNumberOfSubcalls(int numberOfSubcalls)
Sets the numberOfSubcalls value for this ExecutionPerformanceEvent. |
void |
setSubcallsTotalTime(long subcallsTotalTime)
Sets the subcallsTotalTime value for this ExecutionPerformanceEvent. |
void |
setTotalTime(long totalTime)
Sets the totalTime value for this ExecutionPerformanceEvent. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionPerformanceEvent()
public ExecutionPerformanceEvent(long childrenTotalTime,
String emiterID,
long finalizationTime,
long initializationTime,
int numberOfSubcalls,
long subcallsTotalTime,
long totalTime)
| Method Detail |
|---|
public String getEmiterID()
public void setEmiterID(String emiterID)
emiterID - public long getTotalTime()
public void setTotalTime(long totalTime)
totalTime - public long getInitializationTime()
public void setInitializationTime(long initializationTime)
initializationTime - public long getFinalizationTime()
public void setFinalizationTime(long finalizationTime)
finalizationTime - public long getChildrenTotalTime()
public void setChildrenTotalTime(long childrenTotalTime)
childrenTotalTime - public int getNumberOfSubcalls()
public void setNumberOfSubcalls(int numberOfSubcalls)
numberOfSubcalls - public long getSubcallsTotalTime()
public void setSubcallsTotalTime(long subcallsTotalTime)
subcallsTotalTime - 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 | |||||||||