Package | Description |
---|---|
org.apache.directory.server.core | |
org.apache.directory.server.core.journal |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MockDirectoryService.setJournal(Journal journal) |
void |
DefaultDirectoryService.setJournal(Journal journal) |
void |
DirectoryService.setJournal(Journal journal) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJournal
The default journal implementation.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.