Perform this invocation on the given target object.
Typically called when a RemoteInvocation is received on the server.
Parameters: invocation - the RemoteInvocation Parameters: targetObject - the target object to apply the invocation to the invocation result throws: NoSuchMethodException - if the method name could not be resolved throws: IllegalAccessException - if the method could not be accessed throws: InvocationTargetException - if the method invocation resulted in an exception See Also:java.lang.reflect.Method.invoke