public interface ITaskMethodClosure
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeTaskMethod()
Invokes the task method.
|
long |
getDurationMs()
Returns millisecond duration of executeTaskMethod call, valid even if
exception thrown.
|
long |
getDurationNs()
Returns nanosecond duration of executeTaskMethod call, valid even if
exception thrown.
|
String |
getMethodActualSignature()
Method name with argument values.
|
Object[] |
getMethodBindings()
Returns the list of POJO arguments to be passed to the task method.
|
String |
getMethodFormalSignature()
Method name with argument types.
|
String |
getMethodName()
Retrieves the method name.
|
Object |
getTargetPojoTask()
Returns the target object.
|
String |
getTaskName()
Returns the class name of the POJO or its overwritten name(String) value.
|
String getTaskName()
String getMethodName()
String getMethodFormalSignature()
String getMethodActualSignature()
Object getTargetPojoTask()
Object[] getMethodBindings()
boolean executeTaskMethod()
long getDurationMs()
long getDurationNs()
Copyright © 2018. All rights reserved.