Uses of Package
org.springframework.jndi

Packages that use org.springframework.jndi
org.springframework.context.access Helper infrastructure to locate and access shared application contexts. 
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 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters. 
org.springframework.jca.work.glassfish Convenience package for obtaining a GlassFish JCA WorkManager for use in web applications. 
org.springframework.jca.work.jboss Convenience package for obtaining a JBoss JCA WorkManager for use in web applications. 
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.jmx.support Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients. 
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.mock.jndi The simplest implementation of the JNDI SPI that could possibly work. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
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+. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Classes in org.springframework.jndi used by org.springframework.context.access
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.ejb.access
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
JndiObjectLocator
          Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
 

Classes in org.springframework.jndi used by org.springframework.jca.work
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jca.work.glassfish
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jca.work.jboss
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jdbc.datasource.lookup
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jms.support.destination
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jmx.support
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jndi
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiCallback
          Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
JndiObjectLocator
          Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.springframework.jndi used by org.springframework.jndi.support
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.mock.jndi
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.springframework.jndi used by org.springframework.orm.jpa.support
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.remoting.rmi
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
JndiObjectLocator
          Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.springframework.jndi used by org.springframework.scheduling.commonj
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.transaction.jta
JndiTemplate
          Helper class that simplifies JNDI operations.
 



Copyright © 2002-2008 The Spring Framework.