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 $

Fields inherited from class org.springframework.jndi.AbstractJndiLocator
CONTAINER_PREFIX

Method Summary
 Objectinvoke(MethodInvocation invocation)
          This is the last invoker in the chain: invoke the EJB.

Methods inherited from class org.springframework.jndi.AbstractJndiLocator
afterPropertiesSet, getJndiName, getJndiTemplate, isInContainer, setInContainer, setJndiName, setJndiTemplate

Method Detail

invoke

public Object invoke(MethodInvocation invocation)
throws java.lang.Throwable
This is the last invoker in the chain: invoke the EJB.