object JNDI
Ordering
- Alphabetic
- By Inheritance
Inherited
- JNDI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def initialContext: InitialContext
An in memory JNDI implementation.
An in memory JNDI implementation.
Returns a new InitialContext on every call, and sets the relevant system properties for the in-memory JNDI implementation. InitialContext is NOT thread-safe so instances cannot be shared between threads.
JNDI Helpers.