JNDI Concepts

From NovaOrdis Knowledge Base
Revision as of 18:29, 7 February 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Context

A JNDI context consists of name-to-object bindings.

NameClassPair

The NameClassPair class represents the name and the class of an object bound in JNDI into a specific context. The name is the , and the class is represented by a fully qualified class name.