Uses of Interface
org.apache.directory.server.core.journal.Journal

Packages that use Journal
org.apache.directory.server.core   
org.apache.directory.server.core.journal   
 

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

Methods in org.apache.directory.server.core that return Journal
 Journal MockDirectoryService.getJournal()
           
 Journal DefaultDirectoryService.getJournal()
          Gets the Journal service for this DirectoryService used for tracking changes to the server.
 Journal DirectoryService.getJournal()
          Gets the Journal service for this DirectoryService used for tracking changes to the server.
 

Methods in org.apache.directory.server.core with parameters of type Journal
 void MockDirectoryService.setJournal(Journal journal)
           
 void DefaultDirectoryService.setJournal(Journal journal)
          
 void DirectoryService.setJournal(Journal journal)
          
 

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

Classes in org.apache.directory.server.core.journal that implement Journal
 class DefaultJournal
          The default journal implementation.
 



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