org.objectweb.jonas.ldap
Class DataSourceLDAPImplFactory

java.lang.Object
  |
  +--org.objectweb.jonas.ldap.DataSourceLDAPImplFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class DataSourceLDAPImplFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

For ldap data source

Author:
Paul Desgranges Contributor(s):

Constructor Summary
DataSourceLDAPImplFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object refObj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceLDAPImplFactory

public DataSourceLDAPImplFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object refObj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable env)
                                   throws java.lang.Exception
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory