|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ServiceExecutionAspect.MethodInvocation
A wrapper for method invocation. Allows to execute the actual method invocation. Similar to reflection based method invocation.
Method Summary | |
---|---|
Method |
getMethod()
Gets the underlying method of this invocation |
Object |
invoke(Object service,
Object... args)
Invokes this execution on the specified service using the supplied arguments. |
Method Detail |
---|
Object invoke(Object service, Object... args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
service
- the service to invoke the method on.args
- the arguments of the invocation.
IllegalAccessException
IllegalArgumentException
InvocationTargetException
Method getMethod()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |