org.apache.tomee.common
Class LookupFactory

java.lang.Object
  extended by org.apache.tomee.common.LookupFactory
All Implemented Interfaces:
ObjectFactory

public class LookupFactory
extends Object
implements ObjectFactory

TODO Add infinite lookup loop protection

Version:
$Rev$ $Date$

Constructor Summary
LookupFactory()
           
 
Method Summary
 Object getObjectInstance(Object object, Name name, Context context, Hashtable environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupFactory

public LookupFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object object,
                                Name name,
                                Context context,
                                Hashtable environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.