com.sun.enterprise.naming.util
Class IIOPObjectFactory

java.lang.Object
  extended by com.sun.enterprise.naming.util.IIOPObjectFactory
All Implemented Interfaces:
ObjectFactory

public class IIOPObjectFactory
extends Object
implements 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
 Object getObjectInstance(Object obj, Name name, Context nameCtx, 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 Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable env)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2012 GlassFish Community. All Rights Reserved.