|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.jndi.AbstractJndiLocator
org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Superclass for interceptors proxying remote Stateless Session Beans.
Such an interceptor must be the last interceptor in the advice chain. In this case, there is no target object.
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, setCacheHome |
Methods inherited from class org.springframework.jndi.AbstractJndiLocator |
afterPropertiesSet, getJndiEnvironment, getJndiName, getJndiTemplate, isResourceRef, lookup, 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 |
public AbstractRemoteSlsbInvokerInterceptor()
Method Detail |
protected javax.ejb.EJBObject newSessionBeanInstance() throws javax.naming.NamingException, java.lang.reflect.InvocationTargetException
javax.naming.NamingException
java.lang.reflect.InvocationTargetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |