Package com.impossibl.postgres.jdbc.xa
Class PGXADataSourceObjectFactory
- java.lang.Object
-
- com.impossibl.postgres.jdbc.xa.PGXADataSourceObjectFactory
-
- All Implemented Interfaces:
ObjectFactory
public class PGXADataSourceObjectFactory extends Object implements ObjectFactory
An ObjectFactory for PGXADataSource
-
-
Constructor Summary
Constructors Constructor Description PGXADataSourceObjectFactory()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObjectInstance(Object o, Name n, Context ctx, Hashtable env)
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object o, Name n, Context ctx, Hashtable env) throws Exception
- Specified by:
getObjectInstance
in interfaceObjectFactory
- Throws:
Exception
-
-