Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.springframework.ejb.access: Javadoc index of package org.springframework.ejb.access.


Package Samples:

org.springframework.ejb.access

Classes:

SimpleRemoteStatelessSessionProxyFactoryBean: Convenient factory for remote SLSB proxies. If you want control over interceptor chaining, use an AOP ProxyFactoryBean with SimpleRemoteSlsbInvokerInterceptor rather than rely on this class. See org.springframework.jndi.JndiObjectLocator for info on how to specify the JNDI location of the target EJB. In a bean container, this class is normally best used as a singleton. However, if that bean container pre-instantiates singletons (as do the XML ApplicationContext variants) you may have a problem if the bean container is loaded before the EJB container loads the target EJB. That is because by default ...
SimpleRemoteSlsbInvokerInterceptor: Basic invoker for a remote Stateless Session Bean. "Creates" a new EJB instance for each invocation. See org.springframework.jndi.JndiObjectLocator for info on how to specify the JNDI location of the target EJB. In a bean container, this class is normally best used as a singleton. However, if that bean container pre-instantiates singletons (as do the XML ApplicationContext variants) you may have a problem if the bean container is loaded before the EJB container loads the target EJB. That is because by default the JNDI lookup will be performed in the init method of this class and cached, but the ...
LocalStatelessSessionProxyFactoryBean: Convenient factory for local Stateless Session Bean (SLSB) proxies. If you want control over interceptor chaining, use an AOP ProxyFactoryBean with LocalSlsbInvokerInterceptor rather than rely on this class. See org.springframework.jndi.JndiObjectLocator for info on how to specify the JNDI location of the target EJB. In a bean container, this class is normally best used as a singleton. However, if that bean container pre-instantiates singletons (as do the XML ApplicationContext variants) you may have a problem if the bean container is loaded before the EJB container loads the target EJB. That is ...
LocalSlsbInvokerInterceptor: Invoker for a local Stateless Session Bean. Caches the home object. A local EJB home can never go stale. See org.springframework.jndi.JndiObjectLocator for info on how to specify the JNDI location of the target EJB. In a bean container, this class is normally best used as a singleton. However, if that bean container pre-instantiates singletons (as do the XML ApplicationContext variants) you may have a problem if the bean container is loaded before the EJB container loads the target EJB. That is because by default the JNDI lookup will be performed in the init method of this class and cached, but ...
AbstractSlsbInvokerInterceptor: Superclass for AOP interceptors invoking local or remote Stateless Session Beans. Such an interceptor must be the last interceptor in the advice chain. In this case, there is no direct target object: The call is handled in a special way, getting executed on an EJB instance retrieved via an EJB home.
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.

Home | Contact Us | Privacy Policy | Terms of Service