Class JBossCNCtxFactory
- java.lang.Object
-
- org.wildfly.iiop.openjdk.naming.jndi.JBossCNCtxFactory
-
- All Implemented Interfaces:
ObjectFactory
public class JBossCNCtxFactory extends Object implements ObjectFactory
Adaptor that allows cosnaming to work inside the AS.- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static JBossCNCtxFactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment)
-
-
-
Field Detail
-
INSTANCE
public static final JBossCNCtxFactory INSTANCE
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws Exception
- Specified by:
getObjectInstancein interfaceObjectFactory- Throws:
Exception
-
-