Class ReferenceableDataSourceSpyFactory
- java.lang.Object
-
- org.killbill.billing.platform.jndi.ReferenceableDataSourceSpyFactory
-
- All Implemented Interfaces:
ObjectFactory
public class ReferenceableDataSourceSpyFactory extends Object implements ObjectFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_SOURCE_ID
-
Constructor Summary
Constructors Constructor Description ReferenceableDataSourceSpyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
-
-
-
Field Detail
-
DATA_SOURCE_ID
public static final String DATA_SOURCE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) throws Exception
- Specified by:
getObjectInstancein interfaceObjectFactory- Throws:
Exception
-
-