Java javax.naming InitialContext fields, constructors, methods, implement or subclass

Example usage for Java javax.naming InitialContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming InitialContext.

The text is from its open source code.

Subclass

javax.naming.InitialContext has subclasses.
Click this link to see all its subclasses.

Constructor

InitialContext()
Constructs an initial context.
InitialContext(boolean lazy)
Constructs an initial context with the option of not initializing it.
InitialContext(Hashtable environment)
Constructs an initial context using the supplied environment.

Method