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
 org.apache.directory.server.core.api.DirectoryService getDirectoryService()
           
 org.apache.directory.server.ldap.LdapServer getLdapServer()
           
 void init()
           
 void setDirectoryService(org.apache.directory.server.core.api.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 org.apache.directory.server.ldap.LdapServer getLdapServer()
Specified by:
getLdapServer in interface LdapServerFactory

getDirectoryService

public org.apache.directory.server.core.api.DirectoryService getDirectoryService()
Returns:
the directoryService

setDirectoryService

public void setDirectoryService(org.apache.directory.server.core.api.DirectoryService directoryService)


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