类 RmiRemoteInvocation
- java.lang.Object
-
- org.springframework.remoting.support.RemoteInvocation
-
- com.alibaba.dubbo.rpc.protocol.rmi.RmiRemoteInvocation
-
- 所有已实现的接口:
Serializable
public class RmiRemoteInvocation extends org.springframework.remoting.support.RemoteInvocation
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RmiRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
executed on consumer side
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Object
invoke(Object targetObject)
Need to restore context on provider side (Though context will be overridden by Invocation's attachment when ContextFilter gets executed, we will restore the attachment when Invocation is constructed, check more fromInvokerInvocationHandler
-
-
-
方法详细资料
-
invoke
public Object invoke(Object targetObject) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
Need to restore context on provider side (Though context will be overridden by Invocation's attachment when ContextFilter gets executed, we will restore the attachment when Invocation is constructed, check more fromInvokerInvocationHandler
- 覆盖:
invoke
在类中org.springframework.remoting.support.RemoteInvocation
- 抛出:
NoSuchMethodException
IllegalAccessException
InvocationTargetException
-
-