|
GigaSpaces XAP 10.1 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
InvocationTargetExceptionMethod getMethod()
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||