com.sun.enterprise.naming.util
Class IIOPObjectFactory

java.lang.Object
  extended by 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
           
 
Constructor Summary
IIOPObjectFactory()
           
 
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
 

Field Detail

debug

public static final boolean debug
See Also:
Constant Field Values
Constructor Detail

IIOPObjectFactory

public IIOPObjectFactory()
Method Detail

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.