类 RmiRemoteInvocation

  • 所有已实现的接口:

    public class RmiRemoteInvocation
    extends org.springframework.remoting.support.RemoteInvocation
    另请参阅:
    序列化表格
    • 构造器概要

      构造器 
      构造器 说明
      RmiRemoteInvocation​(org.aopalliance.intercept.MethodInvocation methodInvocation)
      executed on consumer side
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
       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
      • 从类继承的方法 java.lang.

        , , , , , , ,
    • 构造器详细资料

      • RmiRemoteInvocation

        public RmiRemoteInvocation​(org.aopalliance.intercept.MethodInvocation methodInvocation)
        executed on consumer side
    • 方法详细资料

      • invoke

        public  invoke​( targetObject)
                      throws ,
                             ,
                             
        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
        覆盖:
        invoke 在类中 org.springframework.remoting.support.RemoteInvocation
        抛出: