|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uka.ipd.sdq.ByCounter.utils.InvocationResultData
public class InvocationResultData
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 |
---|
public long duration
-1
if nothing was executed.
public java.lang.Object returnValue
null
if nothing was executed or no value was returned.
Constructor Detail |
---|
public InvocationResultData()
duration
,
returnValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |