org.apache.directory.server.factory
Class DefaultLdapServerFactory

java.lang.Object
  extended by org.apache.directory.server.factory.DefaultLdapServerFactory
All Implemented Interfaces:
LdapServerFactory

public class DefaultLdapServerFactory
extends Object
implements LdapServerFactory

The default LdapServer factory

Author:
Apache Directory Project

Constructor Summary
DefaultLdapServerFactory()
           
 
Method Summary
 DirectoryService getDirectoryService()
           
 LdapServer getLdapServer()
           
 void init()
           
 void setDirectoryService(DirectoryService directoryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLdapServerFactory

public DefaultLdapServerFactory()
                         throws Exception
Throws:
Exception
Method Detail

init

public void init()
Specified by:
init in interface LdapServerFactory

getLdapServer

public LdapServer getLdapServer()
Specified by:
getLdapServer in interface LdapServerFactory

getDirectoryService

public DirectoryService getDirectoryService()
Returns:
the directoryService

setDirectoryService

public void setDirectoryService(DirectoryService directoryService)


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