Uses of Class
org.opends.server.replication.protocol.ChangeStatusMsg
-
Packages that use ChangeStatusMsg Package Description org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature. -
-
Uses of ChangeStatusMsg in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return ChangeStatusMsg Modifier and Type Method Description static 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
Methods in org.opends.server.replication.server with parameters of type ChangeStatusMsg Modifier and Type Method Description void
ReplicationServerDomain. processNewStatus(org.opends.server.replication.server.PeerReplica sender, ChangeStatusMsg csMsg)
Process message of a remote server changing his status.
-