org.gcube.execution.workflowengine.service.stubs
Class ExecutionPerformanceEvent

java.lang.Object
  extended by org.gcube.execution.workflowengine.service.stubs.ExecutionPerformanceEvent
All Implemented Interfaces:
Serializable

public class ExecutionPerformanceEvent
extends Object
implements Serializable

See Also:
Serialized Form

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

ExecutionPerformanceEvent

public ExecutionPerformanceEvent()

ExecutionPerformanceEvent

public ExecutionPerformanceEvent(long childrenTotalTime,
                                 String emiterID,
                                 long finalizationTime,
                                 long initializationTime,
                                 int numberOfSubcalls,
                                 long subcallsTotalTime,
                                 long totalTime)
Method Detail

getEmiterID

public String getEmiterID()
Gets the emiterID value for this ExecutionPerformanceEvent.

Returns:
emiterID

setEmiterID

public void setEmiterID(String emiterID)
Sets the emiterID value for this ExecutionPerformanceEvent.

Parameters:
emiterID -

getTotalTime

public long getTotalTime()
Gets the totalTime value for this ExecutionPerformanceEvent.

Returns:
totalTime

setTotalTime

public void setTotalTime(long totalTime)
Sets the totalTime value for this ExecutionPerformanceEvent.

Parameters:
totalTime -

getInitializationTime

public long getInitializationTime()
Gets the initializationTime value for this ExecutionPerformanceEvent.

Returns:
initializationTime

setInitializationTime

public void setInitializationTime(long initializationTime)
Sets the initializationTime value for this ExecutionPerformanceEvent.

Parameters:
initializationTime -

getFinalizationTime

public long getFinalizationTime()
Gets the finalizationTime value for this ExecutionPerformanceEvent.

Returns:
finalizationTime

setFinalizationTime

public void setFinalizationTime(long finalizationTime)
Sets the finalizationTime value for this ExecutionPerformanceEvent.

Parameters:
finalizationTime -

getChildrenTotalTime

public long getChildrenTotalTime()
Gets the childrenTotalTime value for this ExecutionPerformanceEvent.

Returns:
childrenTotalTime

setChildrenTotalTime

public void setChildrenTotalTime(long childrenTotalTime)
Sets the childrenTotalTime value for this ExecutionPerformanceEvent.

Parameters:
childrenTotalTime -

getNumberOfSubcalls

public int getNumberOfSubcalls()
Gets the numberOfSubcalls value for this ExecutionPerformanceEvent.

Returns:
numberOfSubcalls

setNumberOfSubcalls

public void setNumberOfSubcalls(int numberOfSubcalls)
Sets the numberOfSubcalls value for this ExecutionPerformanceEvent.

Parameters:
numberOfSubcalls -

getSubcallsTotalTime

public long getSubcallsTotalTime()
Gets the subcallsTotalTime value for this ExecutionPerformanceEvent.

Returns:
subcallsTotalTime

setSubcallsTotalTime

public void setSubcallsTotalTime(long subcallsTotalTime)
Sets the subcallsTotalTime value for this ExecutionPerformanceEvent.

Parameters:
subcallsTotalTime -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.