Package org.ow2.joram.jakarta.connector
Class ObjectFactoryImpl
- java.lang.Object
-
- org.ow2.joram.jakarta.connector.ObjectFactoryImpl
-
- All Implemented Interfaces:
ObjectFactory
public class ObjectFactoryImpl extends Object implements ObjectFactory
This class is a factory for building non managed outbound connection factories from their JNDI reference.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObjectInstance(Object obj, Name name, Context ctx, Hashtable env)Returns a factory given its reference.
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context ctx, Hashtable env) throws Exception
Returns a factory given its reference.- Specified by:
getObjectInstancein interfaceObjectFactory- Throws:
Exception
-
-