Context Implementation
A context implementation class implements the Context interface and is responsible for handling almost all requests.
The user program accesses a context implementation in two ways:
- Indirectly via method invocation on the InitialContext class
- Directly via method invocation on Context instances, obtained by calls such as Context.lookup()
A context implementation must provide a definition for each method in the Context interface.
These methods can be categorized as follows:
See also: miscellaneous tips