public
classSimpleNamingContext
implements
Context
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Rod Johnson, Juergen Hoeller
Simple implementation of a JNDI naming context.
Only supports binding plain Objects to String names.
Mainly for test environments, but also usable for standalone applications.
This class is not intended for direct usage by applications, although it
can be used for example to override JndiTemplate's createInitialContext
method in unit tests. Typically, SimpleNamingContextBuilder will be used to
set up a JVM-level JNDI environment.
This class is not intended for direct usage by applications, although it can be used for example to override JndiTemplate's
createInitialContextmethod in unit tests. Typically, SimpleNamingContextBuilder will be used to set up a JVM-level JNDI environment.