JNDI Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JNDI")
 
No edit summary
Line 2: Line 2:


* [[JNDI]]
* [[JNDI]]
=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.

Revision as of 18:29, 7 February 2017

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.