org.springframework.ejb.access
Class AbstractRemoteSlsbInvokerInterceptor

java.lang.Object
  extended byorg.springframework.jndi.AbstractJndiLocator
      extended byorg.springframework.ejb.access.AbstractSlsbInvokerInterceptor
          extended byorg.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, InitializingBean, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
Direct Known Subclasses:
SimpleRemoteSlsbInvokerInterceptor

public abstract class AbstractRemoteSlsbInvokerInterceptor
extends AbstractSlsbInvokerInterceptor

Superclass for interceptors proxying remote Stateless Session Beans.

Version:
$Id: AbstractRemoteSlsbInvokerInterceptor.java,v 1.6 2004/03/18 02:46:14 trisberg Exp $
Author:
Rod Johnson

Field Summary
 
Fields inherited from class org.springframework.jndi.AbstractJndiLocator
CONTAINER_PREFIX, logger
 
Constructor Summary
AbstractRemoteSlsbInvokerInterceptor()
           
 
Method Summary
protected  javax.ejb.EJBObject newSessionBeanInstance()
          Return a new instance of the stateless session bean.
 
Methods inherited from class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
afterLocated, create, getCachedEjbHome, located
 
Methods inherited from class org.springframework.jndi.AbstractJndiLocator
afterPropertiesSet, getJndiEnvironment, getJndiName, getJndiTemplate, isResourceRef, setJndiEnvironment, setJndiName, setJndiTemplate, setResourceRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.aopalliance.intercept.MethodInterceptor
invoke
 

Constructor Detail

AbstractRemoteSlsbInvokerInterceptor

public AbstractRemoteSlsbInvokerInterceptor()
Method Detail

newSessionBeanInstance

protected javax.ejb.EJBObject newSessionBeanInstance()
                                              throws java.lang.reflect.InvocationTargetException
Return a new instance of the stateless session bean. Can be overridden to change the algorithm.

Returns:
EJBObject
Throws:
java.lang.reflect.InvocationTargetException


Copyright (C) 2003-2004 The Spring Framework Project.