JNDI

play.api.libs.JNDI
object JNDI

JNDI Helpers.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JNDI.type

Members list

Value members

Concrete methods

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.

Attributes