gr.uoa.di.madgik.workflow.client.library.beans
Class Types.ExecutionPerformanceEvent

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.client.library.beans.Types.ExecutionPerformanceEvent
Enclosing class:
Types

public static class Types.ExecutionPerformanceEvent
extends Object


Field Summary
 Long childrenTotalTime
           
 String emiterID
           
 Long finalizationTime
           
 Long initializationTime
           
 Integer numberOfSubcalls
           
 Long subcallsTotalTime
           
 Long totalTime
           
 
Constructor Summary
Types.ExecutionPerformanceEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emiterID

public String emiterID

totalTime

public Long totalTime

initializationTime

public Long initializationTime

finalizationTime

public Long finalizationTime

childrenTotalTime

public Long childrenTotalTime

numberOfSubcalls

public Integer numberOfSubcalls

subcallsTotalTime

public Long subcallsTotalTime
Constructor Detail

Types.ExecutionPerformanceEvent

public Types.ExecutionPerformanceEvent()


Copyright © 2014. All Rights Reserved.