Uses of Class
org.opends.server.replication.protocol.LDAPUpdateMsg
Packages that use LDAPUpdateMsg
Package
Description
Contains various Directory Server backend implementations.
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 LDAPUpdateMsg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type LDAPUpdateMsgModifier and TypeMethodDescriptionvoidChangelogBackend.notifyChangeNumberEntryAdded(Dn baseDN, long changeNumber, String cookie, LDAPUpdateMsg updateMsg) Notifies persistent searches of this backend that a new change number entry was added to it.voidChangelogBackend.notifyCookieEntryAdded(Dn baseDN, LDAPUpdateMsg updateMsg) Notifies persistent searches of this backend that a new cookie entry was added to it. -
Uses of LDAPUpdateMsg in org.opends.server.replication.protocol
Subclasses of LDAPUpdateMsg in org.opends.server.replication.protocolModifier and TypeClassDescriptionfinal classThis class is used to exchange Add operation between LDAP servers and replication servers.final classObject used when sending delete information to replication servers.classThis class holds every common code for the modify messages (mod, moddn).final classMessage used to send Modify DN information.final classMessage used to send Modify information.Methods in org.opends.server.replication.protocol that return LDAPUpdateMsgModifier and TypeMethodDescriptionstatic LDAPUpdateMsgLDAPUpdateMsg.generateMsg(PostOperationOperation op) Generates an Update message with the provided information.