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