Interface RemotingInvoker
- All Known Implementing Classes:
EventDrivenSpaceRemotingProxyFactoryBean, ExecutorSpaceRemotingProxyFactoryBean
public interface RemotingInvoker
Interface representing a remote invocation.
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptioninvokeRemote(org.aopalliance.intercept.MethodInvocation methodInvocation) This invocation will cause the actual remote invocation.
-
Method Details
-
invokeRemote
-