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