Package org.glassfish.jndi.cosnaming
Class CNCtxFactory
java.lang.Object
org.glassfish.jndi.cosnaming.CNCtxFactory
- All Implemented Interfaces:
InitialContextFactory
Implements the JNDI SPI InitialContextFactory interface used to
create the InitialContext objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInitialContext
(Hashtable<?, ?> env) Creates the InitialContext object.
-
Constructor Details
-
CNCtxFactory
public CNCtxFactory()
-
-
Method Details
-
getInitialContext
Creates the InitialContext object. Properties parameter should should contain the ORB object for the value jndi.corba.orb.- Specified by:
getInitialContext
in interfaceInitialContextFactory
- Parameters:
env
- Properties object- Throws:
NamingException
-