Java javax.naming.directory InitialDirContext fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

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

Method