org.springframework.ejb.access
Class LocalSlsbInvokerInterceptor
org.springframework.jndi.AbstractJndiLocator
|
+--org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
|
+--org.springframework.ejb.access.LocalSlsbInvokerInterceptor
- Direct Known Subclasses:
- LocalStatelessSessionProxyFactoryBean
- public class LocalSlsbInvokerInterceptor
- extends AbstractSlsbInvokerInterceptor
Interceptor that invokes a local Stateless Session Bean, after caching
the home object. A local EJB home can never go stale.
- Author:
- Rod Johnson
- Version: $Id: LocalSlsbInvokerInterceptor.java,v 1.5 2003/12/30 01:11:55 jhoeller Exp $
| Method Summary |
Object | invoke(MethodInvocation invocation) This is the last invoker in the chain:
invoke the EJB. |
invoke
public Object invoke(MethodInvocation invocation)
throws java.lang.Throwable
- This is the last invoker in the chain:
invoke the EJB.