Uses of Interface
org.opends.server.api.BackupTaskListener
-
Packages that use BackupTaskListener Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of BackupTaskListener in org.opends.server.core
Methods in org.opends.server.core with parameters of type BackupTaskListener Modifier and Type Method Description static void
DirectoryServer. deregisterBackupTaskListener(BackupTaskListener listener)
Deregisters the provided backup task listener with the Directory Server.static void
DirectoryServer. registerBackupTaskListener(BackupTaskListener listener)
Registers the provided backup task listener with the Directory Server. -
Uses of BackupTaskListener in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement BackupTaskListener Modifier and Type Class Description class
MultimasterReplication
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
-