Package 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.

See:
          Description

Interface Summary
JndiCallback Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
 

Class Summary
AbstractJndiLocator Deprecated. Derive from JndiObjectLocator instead, invoking the lookup method whenever the subclass needs it (instead of waiting for a "located" callback).
JndiAccessor Convenient superclass for JNDI accessors that provides jndiTemplate and jndiEnvironment bean properties.
JndiLocatorSupport Convenient superclass for classes that can locate any number of JNDI objects.
JndiObjectFactoryBean FactoryBean that looks up a JNDI object.
JndiObjectLocator Convenient superclass for JNDI-based service locators.
JndiObjectTargetSource TargetSource which performs a fresh JNDI lookup for each call.
JndiTemplate Helper class that simplifies JNDI operations.
JndiTemplateEditor Properties editor for JndiTemplate objects.
 

Package org.springframework.jndi Description

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.

The classes in this package are discussed in Chapter 11 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).



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