Generated by
JDiff

Class org.springframework.remoting.rmi.JndiRmiClientInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Removed Methods
Object doInvoke(MethodInvocation, Object) Perform the given invocation on the given RMI stub.
Object doInvoke(MethodInvocation, RmiInvocationHandler) Apply the given AOP method invocation to the given RmiInvocationHandler.
 

Added Methods
Object doInvoke(MethodInvocation, Object) Perform the given invocation on the given RMI stub.
Object doInvoke(MethodInvocation, RmiInvocationHandler) Apply the given AOP method invocation to the given RmiInvocationHandler.
 

Changed Methods
RemoteInvocation createRemoteInvocation(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Create a new RemoteInvocation object for the given AOP method invocation.
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Fetches an RMI stub and delegates to .doInvoke.
Object refreshAndRetry(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Refresh the RMI stub and retry the given invocation.