Generated by
JDiff

Class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor

Changed Methods
Object doInvoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Perform the given invocation on the current EJB home.
Object invokeInContext(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Fetches an EJB home object and delegates to {@code doInvoke}.
Object refreshAndRetry(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Refresh the EJB home object and retry the given invocation.