Uses of Interface
org.opends.server.api.RestoreTaskListener
-
Packages that use RestoreTaskListener 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 RestoreTaskListener in org.opends.server.core
Methods in org.opends.server.core with parameters of type RestoreTaskListener Modifier and Type Method Description void
DirectoryServer. deregisterRestoreTaskListener(RestoreTaskListener listener)
Deregisters the provided restore task listener with the Directory Server.void
ServerContext. deregisterRestoreTaskListener(RestoreTaskListener listener)
Deregisters the provided restore task listener with the Directory Server.void
DirectoryServer. registerRestoreTaskListener(RestoreTaskListener listener)
Registers the provided restore task listener with the Directory Server.void
ServerContext. registerRestoreTaskListener(RestoreTaskListener listener)
Registers the provided restore task listener with the Directory Server. -
Uses of RestoreTaskListener in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement RestoreTaskListener 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.
-