InitialContext
Class InitialContext
- java.lang.Object
-
- javax.naming.InitialContext
- All Implemented Interfaces:
- Context
- Direct Known Subclasses:
- InitialDirContext
public class InitialContext extends Object implements Context
This class is the starting context for performing naming operations.
All naming operations are relative to a context. The initial context implements the Context interface and provides the starting point for resolution of names.
When the initial context is constructed, its environment is initialized with properties defined in the environment parameter passed to t