Generated by
JDiff

Class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Changed Methods
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Prepares the thread context if necessar, and delegates to .invokeInContext.
Object invokeInContext(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Perform the given invocation on the current EJB home, within the thread context being prepared accordingly.