Class CNCtxFactory
java.lang.Object
org.wildfly.iiop.openjdk.naming.jndi.CNCtxFactory
- All Implemented Interfaces:
InitialContextFactory
Implements the JNDI SPI InitialContextFactory interface used to
create the InitialContext objects.
- Author:
- Raj Krishnamurthy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInitialContext(Hashtable<?, ?> env) Creates the InitialContext object.
-
Field Details
-
INSTANCE
-
-
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:
getInitialContextin interfaceInitialContextFactory- Parameters:
env- Properties object- Throws:
NamingException
-