Uses of Interface
org.apache.directory.server.core.DirectoryService

Packages that use DirectoryService
org.apache.directory.server.core   
org.apache.directory.server.core.changelog   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.journal   
 

Uses of DirectoryService in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return DirectoryService
 DirectoryService CoreSession.getDirectoryService()
          Gets the DirectoryService this session is bound to.
 

Methods in org.apache.directory.server.core with parameters of type DirectoryService
 void ReferralManager.init(DirectoryService directoryService, java.lang.String... suffixes)
          Initialize the manager, reading all the referrals from the base.
 void ReferralManager.remove(DirectoryService directoryService, org.apache.directory.shared.ldap.name.DN suffix)
          Remove a partition from the manager, reading all the referrals from the base.
 

Uses of DirectoryService in org.apache.directory.server.core.changelog
 

Methods in org.apache.directory.server.core.changelog with parameters of type DirectoryService
 void ChangeLog.init(DirectoryService service)
          Initialize the ChangeLog system.
 void ChangeLogStore.init(DirectoryService service)
          Initialize the store.
 

Uses of DirectoryService in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type DirectoryService
 void Interceptor.init(DirectoryService directoryService)
          Intializes this interceptor.
 void BaseInterceptor.init(DirectoryService directoryService)
          This method does nothing by default.
 void InterceptorChain.init(DirectoryService directoryService)
          Initializes and registers all interceptors according to the specified DirectoryService.
 

Uses of DirectoryService in org.apache.directory.server.core.journal
 

Methods in org.apache.directory.server.core.journal with parameters of type DirectoryService
 void Journal.init(DirectoryService service)
          Initialize the Journal.
 void JournalStore.init(DirectoryService service)
          Initialize the store.
 



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