org.openspaces.remoting
Interface ServiceExecutionAspect.MethodInvocation
- Enclosing interface:
 - ServiceExecutionAspect
 
public static interface ServiceExecutionAspect.MethodInvocation
A wrapper for method invocation. Allows to execute the actual method invocation. Similar to reflection
 based method invocation.
 
invoke
Object invoke(Object service,
              Object... args)
              throws IllegalAccessException,
                     IllegalArgumentException,
                     InvocationTargetException
- Throws:
 IllegalAccessException
IllegalArgumentException
InvocationTargetException
 
Copyright © GigaSpaces.