|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface CallTracker
Marker interface for methods that are tracked for info point information. Created by ajay.nadathur on 6/18/14.
| Method Summary | |
|---|---|
void |
reportCallEnded()
Report that call ended. |
void |
reportCallEndedWithException(java.lang.Exception exceptionThrown)
Report that the call failed and threw an exception. |
void |
reportCallEndedWithReturnValue(java.lang.Object returnValue)
Report that the call ended by returning a value. |
CallTracker |
withArguments(java.lang.Object... args)
Specify the arguments with which the method call was invoked. |
| Method Detail |
|---|
CallTracker withArguments(java.lang.Object... args)
args - list of arguments to the method.
void reportCallEndedWithReturnValue(java.lang.Object returnValue)
returnValue - value returned by the method.void reportCallEndedWithException(java.lang.Exception exceptionThrown)
exceptionThrown - exception thrown by the method.void reportCallEnded()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||