Interface RemotingInvoker

All Known Implementing Classes:
EventDrivenSpaceRemotingProxyFactoryBean, ExecutorSpaceRemotingProxyFactoryBean

public interface RemotingInvoker
Interface representing a remote invocation.
Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    invokeRemote(org.aopalliance.intercept.MethodInvocation methodInvocation)
    This invocation will cause the actual remote invocation.
  • Method Details

    • invokeRemote

      Object invokeRemote(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
      This invocation will cause the actual remote invocation.
      Throws:
      Throwable