object JNDI

JNDI Helpers.

Source
JNDI.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JNDI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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