Uses of Interface
org.opends.server.replication.common.ShutdownSynchronizer
-
Packages that use ShutdownSynchronizer Package Description org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature. -
-
Uses of ShutdownSynchronizer in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement ShutdownSynchronizer 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. -
Uses of ShutdownSynchronizer in org.opends.server.replication.server
Constructors in org.opends.server.replication.server with parameters of type ShutdownSynchronizer Constructor Description ReplicationServer(ServerContext serverContext, ReplicationServerCfg cfg, ShutdownSynchronizer shutdownSync)
Creates a new Replication server using the provided configuration entry and shutdown synchronization object.
-