public class ExecutionPerformanceEvent extends Object implements Serializable
| Constructor and Description |
|---|
ExecutionPerformanceEvent() |
ExecutionPerformanceEvent(long childrenTotalTime,
String emiterID,
long finalizationTime,
long initializationTime,
int numberOfSubcalls,
long subcallsTotalTime,
long totalTime) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ExecutionPerformanceEvent()
public ExecutionPerformanceEvent(long childrenTotalTime,
String emiterID,
long finalizationTime,
long initializationTime,
int numberOfSubcalls,
long subcallsTotalTime,
long totalTime)
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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2016. All Rights Reserved.