com.ibm.websphere.advanced.cm.factory
Class DataSourceFactory.ResourceReferenceObjectFactory
java.lang.Object
|
+--com.ibm.websphere.advanced.cm.factory.DataSourceFactory.ResourceReferenceObjectFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- Enclosing class:
- DataSourceFactory
- public static class DataSourceFactory.ResourceReferenceObjectFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
A javax.naming.spi.ObjectFactory implementation for re-constituting
data source references that are looked up in JNDI name space.
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object refObj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable env)
Reconstructs a data source object from the JNDI reference. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceFactory.ResourceReferenceObjectFactory
public DataSourceFactory.ResourceReferenceObjectFactory()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object refObj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable env)
throws javax.naming.NamingException
- Reconstructs a data source object from the JNDI reference.
- Specified by:
getObjectInstance
in interface javax.naming.spi.ObjectFactory
- See Also:
ObjectFactory.getObjectInstance()