public class

CNCtxFactory

extends Object
implements InitialContextFactory
java.lang.Object
   ↳ com.sun.jndi.cosnaming.CNCtxFactory

Class Overview

Implements the JNDI SPI InitialContextFactory interface used to create the InitialContext objects.

Summary

Public Constructors
CNCtxFactory()
Public Methods
Context getInitialContext(Hashtable<?, ?> env)
Creates the InitialContext object.
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.naming.spi.InitialContextFactory

Public Constructors

public CNCtxFactory ()

Public Methods

public Context getInitialContext (Hashtable<?, ?> env)

Creates the InitialContext object. Properties parameter should should contain the ORB object for the value jndi.corba.orb.

Parameters
env Properties object
Returns
  • A non-null initial context object that implements the Context interface.