org.apache.directory.server.core.entry
Interface ServerEntryFactory
- All Known Subinterfaces:
- DirectoryService
- All Known Implementing Classes:
- DefaultDirectoryService
public interface ServerEntryFactory
A factory which produces ServerEntry objects.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
Method Summary |
ServerEntry |
newEntry(org.apache.directory.shared.ldap.name.LdapDN dn)
Creates a new ServerEntry which has not yet been added to the
directory. |
newEntry
ServerEntry newEntry(org.apache.directory.shared.ldap.name.LdapDN dn)
throws javax.naming.NamingException
- Creates a new ServerEntry which has not yet been added to the
directory.
- Throws:
javax.naming.NamingException
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.