org.apache.jdo.impl.fostore
Class FOStorePMFFactory
java.lang.Object
org.apache.jdo.impl.fostore.FOStorePMFFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class FOStorePMFFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
Creates a FOStorePMF when read in via JNDI.
This class is public
so that JNDI can create instances.
- Author:
- Dave Bristor
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context ctx,
java.util.Hashtable env)
Uses StringRefAddr's to store the information |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FOStorePMFFactory
public FOStorePMFFactory()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context ctx,
java.util.Hashtable env)
throws java.lang.Exception
- Uses StringRefAddr's to store the information
- Specified by:
getObjectInstance
in interface javax.naming.spi.ObjectFactory
- Throws:
java.lang.Exception