de.uka.ipd.sdq.ByCounter.utils
Class InvocationResultData

java.lang.Object
  extended by de.uka.ipd.sdq.ByCounter.utils.InvocationResultData

public class InvocationResultData
extends java.lang.Object

Results from the execution of a method, i.e. using MethodInvocationHelper.


Field Summary
 long duration
          Duration of execution (wall clock time) in ns.
 java.lang.Object returnValue
          Return value of the invoked operation.
 
Constructor Summary
InvocationResultData()
          Construct the structure with default values.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration

public long duration
Duration of execution (wall clock time) in ns. -1 if nothing was executed.


returnValue

public java.lang.Object returnValue
Return value of the invoked operation. null if nothing was executed or no value was returned.

Constructor Detail

InvocationResultData

public InvocationResultData()
Construct the structure with default values.

See Also:
duration, returnValue