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 TypeMethodDescriptionvoid
ChangelogBackend.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.void
ChangelogBackend.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 class
This class is used to exchange Add operation between LDAP servers and replication servers.final class
Object used when sending delete information to replication servers.class
This class holds every common code for the modify messages (mod, moddn).final class
Message used to send Modify DN information.final class
Message used to send Modify information.Methods in org.opends.server.replication.protocol that return LDAPUpdateMsgModifier and TypeMethodDescriptionstatic LDAPUpdateMsg
LDAPUpdateMsg.generateMsg
(PostOperationOperation op) Generates an Update message with the provided information.