mandala.rami.impl
Class BenchmarkerCallback
java.lang.Object
mandala.rami.impl.BenchmarkerCallback
- All Implemented Interfaces:
- Callback, Serializable
- public class BenchmarkerCallback
- extends Object
- implements Callback, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BenchmarkerCallback
public BenchmarkerCallback()
startBenchmark
public void startBenchmark()
startBenchmark
public void startBenchmark(long startChrono)
done
public void done(InvocationInfo invocationInfo,
MethodResult methodResult)
- Description copied from interface:
Callback
This method is called once an asynchronous method invocation had been
considered terminated.
- Specified by:
done
in interface Callback
- Parameters:
invocationInfo
- the invocationInfo
object
representing informations on the asychronous method invocation.methodResult
- the MethodResult
object
representing the result of the asychronous method invocation.- See Also:
InvocationInfo
,
MethodResult
Mandala help mailing list