public interface ServiceExecutionAspect
invoke method will need to be called on the
 passed Method using the service as the actual service to invoke it on, and SpaceRemotingInvocation.getArguments() as the method arguments.
 As an example: method.invoke(service, invocation.getArguments()).
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | ServiceExecutionAspect.MethodInvocationA wrapper for method invocation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | invoke(SpaceRemotingInvocation invocation,
      ServiceExecutionAspect.MethodInvocation method,
      Object service)A service execution callback allows to wrap the execution of "server side" service. | 
Object invoke(SpaceRemotingInvocation invocation, ServiceExecutionAspect.MethodInvocation method, Object service) throws InvocationTargetException, IllegalAccessException
invoke method will need to be called on
 the passed Method using the service as the actual service to invoke it on, and
 SpaceRemotingInvocation.getArguments() as the method arguments.
 As an example: method.invoke(service, invocation.getArguments()).
Copyright © GigaSpaces.