Package org.apache.naming.factory
Class LookupFactory
- java.lang.Object
-
- org.apache.naming.factory.LookupFactory
-
- All Implemented Interfaces:
ObjectFactory
public class LookupFactory extends Object implements ObjectFactory
Object factory for lookups.
-
-
Constructor Summary
Constructors Constructor Description LookupFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
Create a new Resource env instance.
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) throws Exception
Create a new Resource env instance.- Specified by:
getObjectInstance
in interfaceObjectFactory
- Parameters:
obj
- The reference object describing the DataSource- Throws:
Exception
-
-