Uses of Enum Class
org.opends.server.replication.protocol.StopMsg.StopReason
Packages that use StopMsg.StopReason
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.
-
Uses of StopMsg.StopReason in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return StopMsg.StopReasonModifier and TypeMethodDescriptionStopMsg.getReason()
Returns the reason for stopping sent by the peer.static StopMsg.StopReason
Returns the enum constant of this class with the specified name.static StopMsg.StopReason[]
StopMsg.StopReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opends.server.replication.protocol with parameters of type StopMsg.StopReasonModifierConstructorDescriptionStopMsg
(StopMsg.StopReason reason) Creates a new message with the provided reason.