public class BaseAttribute extends Object implements Serializable
Base class for the Attributes implementation.
The primary purpose of this class is to expose a JNDI-dependant method to the IDir implementation classes without exposing JNDI dependancies in the public directory java API.
Converter is a collaborator with this class.
| Modifier | Constructor and Description | 
|---|---|
| protected  | BaseAttribute(Attribute attr) | 
| protected  | BaseAttribute(ICS ics,
             Class[] argTypes,
             Object[] args)Ultimately, all constructors call this class to instantiate the
 Attributtes implementation class from the classname specified
 in the property file. | 
protected Attribute m_impl
protected BaseAttribute(Attribute attr)
protected BaseAttribute(ICS ics, Class[] argTypes, Object[] args) throws DirectoryException
DirectoryExceptionprotected Attribute toJNDIAttribute()