Uses of Interface
org.opends.server.api.ImportTaskListener
-
Packages that use ImportTaskListener Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.plugins Contains the implementation for various Directory Server plugins.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 ImportTaskListener in org.opends.server.core
Methods in org.opends.server.core with parameters of type ImportTaskListener Modifier and Type Method Description void
DirectoryServer. deregisterImportTaskListener(ImportTaskListener listener)
Deregisters the provided LDIF import task listener with the Directory Server.void
ServerContext. deregisterImportTaskListener(ImportTaskListener listener)
Deregisters the provided LDIF import task listener with the Directory Server.void
DirectoryServer. registerImportTaskListener(ImportTaskListener listener)
Registers the provided LDIF import task listener with the Directory Server.void
ServerContext. registerImportTaskListener(ImportTaskListener listener)
Registers the provided LDIF import task listener with the Directory Server. -
Uses of ImportTaskListener in org.opends.server.plugins
Classes in org.opends.server.plugins that implement ImportTaskListener Modifier and Type Class Description class
PasswordPolicyImportPlugin
This class implements a Directory Server plugin that performs various password policy processing during an LDIF import. -
Uses of ImportTaskListener in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement ImportTaskListener 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.
-