org.apache.jdo.impl.fostore
Class FOStorePMFFactory

java.lang.Object
  extended by 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

Constructor Summary
FOStorePMFFactory()
           
 
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
 

Constructor Detail

FOStorePMFFactory

public FOStorePMFFactory()
Method Detail

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


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.