Uses of Class
org.opends.server.replication.protocol.ChangeStatusMsg
Package
Description
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
This package contains the code for the Replication Server part of the Multimaster replication feature.
-
Uses of ChangeStatusMsg in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionstatic ChangeStatusMsg
ChangeStatusMsg.requestThatDsChangesStatusTo
(ServerStatus requestedStatus) Create a new ChangeStatusMsg suitable for sending from a replication server to a replica.static ChangeStatusMsg
ChangeStatusMsg.signalThatDsStatusChangedTo
(ServerStatus newStatus) Create a new ChangeStatusMsg suitable for sending from a replica to a replication server. -
Uses of ChangeStatusMsg in org.opends.server.replication.server
Modifier and TypeMethodDescriptionvoid
ReplicationServerDomain.processNewStatus
(org.opends.server.replication.server.PeerReplica sender, ChangeStatusMsg csMsg) Process message of a remote server changing his status.