Uses of Class
org.springframework.jndi.JndiAccessor
Packages that use JndiAccessor Package Description org.springframework.ejb.access This package contains classes that allow easy access to EJBs.org.springframework.jca.work Convenience classes for scheduling based on the JCA WorkManager facility, as supported within ResourceAdapters.org.springframework.jdbc.datasource.lookup Provides a strategy for looking up JDBC DataSources by name.org.springframework.jms.support.destination Support classes for Spring's JMS framework.org.springframework.jndi The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.org.springframework.jndi.support Support classes for JNDI usage, including a JNDI-based BeanFactory implementation.org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.org.springframework.scheduling.commonj Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.Uses of JndiAccessor in org.springframework.ejb.access
Subclasses of JndiAccessor in org.springframework.ejb.access Modifier and Type Class Description classAbstractRemoteSlsbInvokerInterceptorBase class for interceptors proxying remote Stateless Session Beans.classAbstractSlsbInvokerInterceptorBase class for AOP interceptors invoking local or remote Stateless Session Beans.classLocalSlsbInvokerInterceptorInvoker for a local Stateless Session Bean.classLocalStatelessSessionProxyFactoryBeanConvenientFactoryBeanfor local Stateless Session Bean (SLSB) proxies.classSimpleRemoteSlsbInvokerInterceptorBasic invoker for a remote Stateless Session Bean.classSimpleRemoteStatelessSessionProxyFactoryBeanConvenientFactoryBeanfor remote SLSB proxies.Uses of JndiAccessor in org.springframework.jca.work
Subclasses of JndiAccessor in org.springframework.jca.work Modifier and Type Class Description classWorkManagerTaskExecutorTaskExecutorimplementation that delegates to a JCA 1.7 WorkManager, implementing theWorkManagerinterface.Uses of JndiAccessor in org.springframework.jdbc.datasource.lookup
Subclasses of JndiAccessor in org.springframework.jdbc.datasource.lookup Modifier and Type Class Description classJndiDataSourceLookupJNDI-basedDataSourceLookupimplementation.Uses of JndiAccessor in org.springframework.jms.support.destination
Subclasses of JndiAccessor in org.springframework.jms.support.destination Modifier and Type Class Description classJndiDestinationResolverDestinationResolverimplementation which interprets destination names as JNDI locations (with a configurable fallback strategy).Uses of JndiAccessor in org.springframework.jndi
Subclasses of JndiAccessor in org.springframework.jndi Modifier and Type Class Description classJndiLocatorDelegateJndiLocatorSupportsubclass with public lookup methods, for convenient use as a delegate.classJndiLocatorSupportConvenient superclass for classes that can locate any number of JNDI objects.classJndiObjectFactoryBeanFactoryBeanthat looks up a JNDI object.classJndiObjectLocatorConvenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.classJndiObjectTargetSourceAOPTargetSourcethat provides configurable JNDI lookups forgetTarget()calls.Uses of JndiAccessor in org.springframework.jndi.support
Subclasses of JndiAccessor in org.springframework.jndi.support Modifier and Type Class Description classSimpleJndiBeanFactorySimple JNDI-based implementation of Spring'sBeanFactoryinterface.Uses of JndiAccessor in org.springframework.remoting.rmi
Subclasses of JndiAccessor in org.springframework.remoting.rmi Modifier and Type Class Description classJndiRmiClientInterceptorMethodInterceptorfor accessing RMI services from JNDI.classJndiRmiProxyFactoryBeanFactoryBeanfor RMI proxies from JNDI.Uses of JndiAccessor in org.springframework.scheduling.commonj
Subclasses of JndiAccessor in org.springframework.scheduling.commonj Modifier and Type Class Description classTimerManagerAccessorDeprecated.as of 5.1, in favor of EE 7'sDefaultManagedTaskSchedulerclassTimerManagerFactoryBeanDeprecated.as of 5.1, in favor of EE 7'sDefaultManagedTaskSchedulerclassTimerManagerTaskSchedulerDeprecated.as of 5.1, in favor of EE 7'sDefaultManagedTaskSchedulerclassWorkManagerTaskExecutorDeprecated.as of 5.1, in favor of the EE 7/8 basedDefaultManagedTaskExecutor