Interface ServiceExecutionAspect


public interface ServiceExecutionAspect
A service execution callback allows to wrap the execution of "server side" service. If actual execution of the service is needed, the 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()).

Author:
kimchy