MockContext.java | Class | Provides implementation of javax.naming.Context interface for
hierarchical in memory single-namespace naming system.
A name in the MockContext namespace is a sequence of one or more
atomic names, relative to a root initial context.
When a name consist of more than one atomic names it is a CompoundName
where atomic names are separated with separator character - '/' or '.'.
It is possible to use both separator characters in the same name. |