public class BaseAttributes 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 and Type | Field and Description |
---|---|
protected Attributes |
m_impl |
Modifier | Constructor and Description |
---|---|
protected |
BaseAttributes(Attributes attrs) |
protected |
BaseAttributes(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.
|
Modifier and Type | Method and Description |
---|---|
protected Attributes |
toJNDIAttributes() |
protected Attributes m_impl
protected BaseAttributes(Attributes attrs)
protected BaseAttributes(ICS ics, Class[] argTypes, Object[] args) throws DirectoryException
DirectoryException
protected Attributes toJNDIAttributes()