org.apache.directory.server.core.entry
Interface ServerEntryFactory

All Known Subinterfaces:
DirectoryService
All Known Implementing Classes:
DefaultDirectoryService, MockDirectoryService

public interface ServerEntryFactory

A factory which produces ServerEntry objects.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Method Summary
 org.apache.directory.shared.ldap.entry.ServerEntry newEntry(org.apache.directory.shared.ldap.name.DN dn)
          Creates a new ServerEntry which has not yet been added to the directory.
 

Method Detail

newEntry

org.apache.directory.shared.ldap.entry.ServerEntry newEntry(org.apache.directory.shared.ldap.name.DN dn)
                                                            throws javax.naming.NamingException
Creates a new ServerEntry which has not yet been added to the directory.

Throws:
javax.naming.NamingException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.