com.sun.enterprise.naming.util
Class IIOPObjectFactory
java.lang.Object
com.sun.enterprise.naming.util.IIOPObjectFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
public class IIOPObjectFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
An object factory to handle URL references.
Handles references and looks up in the cosnaming contexts.
|
Field Summary |
static boolean |
debug
|
|
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable env)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static final boolean debug
- See Also:
- Constant Field Values
IIOPObjectFactory
public IIOPObjectFactory()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable env)
throws java.lang.Exception
- Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
- Throws:
java.lang.Exception
Copyright © 2012 GlassFish Community. All Rights Reserved.