This is the base implementation class for all JNDI/LDAP mappers. It contains common properties:
Subclasses must implement the {@link #clone()} method as itis used by the source to instantiate a mapper with immediate sharing of resources. This follows the Prototype design pattern as proposed in the GOF.
@author nono @version $Id: JNDIMapper.java 61 2005-10-21 14:54:44Z/C=FR/ST=Nord/L=Lille/O=Norsys SA/OU=UE/CN=Arnaud Bailly/emailAddress=abailly@norsys.fr $ @see javax.naming.directory.DirContext
|
|
|
|