public class DefaultRemoteInvocationExecutor extends Object implements RemoteInvocationExecutor
RemoteInvocationExecutor interface.
Simply delegates to RemoteInvocation's invoke method.RemoteInvocation.invoke(java.lang.Object)| 构造器和说明 |
|---|
DefaultRemoteInvocationExecutor() |
public Object invoke(RemoteInvocation invocation, Object targetObject) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
RemoteInvocationExecutorinvoke 在接口中 RemoteInvocationExecutorinvocation - the RemoteInvocationtargetObject - the target object to apply the invocation toNoSuchMethodException - if the method name could not be resolvedIllegalAccessException - if the method could not be accessedInvocationTargetException - if the method invocation resulted in an exceptionMethod.invoke(java.lang.Object, java.lang.Object...)