| Package | Description |
|---|---|
| org.apache.directory.server.config.builder | |
| org.apache.directory.server.core | |
| org.apache.directory.server.core.api | |
| org.apache.directory.server.core.journal |
| Modifier and Type | Method and Description |
|---|---|
static Journal |
ServiceBuilder.createJournal(JournalBean journalBean)
Instantiate the Journal object from the stored configuration
|
| Modifier and Type | Method and Description |
|---|---|
Journal |
DefaultDirectoryService.getJournal()
Gets the Journal service for this DirectoryService used for tracking
changes to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDirectoryService.setJournal(Journal journal)
Sets the journal in the server.
|
| Modifier and Type | Method and Description |
|---|---|
Journal |
DirectoryService.getJournal()
Gets the Journal service for this DirectoryService used for tracking
changes to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryService.setJournal(Journal journal)
Sets the journal in the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJournal
The default journal implementation.
|
Copyright © 2021. All rights reserved.