类 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 from InvokerInvocationHandler
      • 从类继承的方法 org.springframework.remoting.support.RemoteInvocation

        addAttribute, getArguments, getAttribute, getAttributes, getMethodName, getParameterTypes, setArguments, setAttributes, setMethodName, setParameterTypes, toString