public static interface ServiceExecutionAspect.MethodInvocation
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © GigaSpaces.