Uses of Class
org.opends.server.replication.protocol.LDAPUpdateMsg
-
Packages that use LDAPUpdateMsg Package Description org.opends.server.backends Contains various Directory Server backend implementations.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 LDAPUpdateMsg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type LDAPUpdateMsg Modifier and Type Method Description void
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.protocol Modifier and Type Class Description class
AddMsg
This class is used to exchange Add operation between LDAP servers and replication servers.class
DeleteMsg
Object used when sending delete information to replication servers.class
ModifyCommonMsg
This class holds every common code for the modify messages (mod, moddn).class
ModifyDNMsg
Message used to send Modify DN information.class
ModifyMsg
Message used to send Modify information.Methods in org.opends.server.replication.protocol that return LDAPUpdateMsg Modifier and Type Method Description static LDAPUpdateMsg
LDAPUpdateMsg. generateMsg(PostOperationOperation op)
Generates an Update message with the provided information.
-