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 voidChangelogBackend. 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.protocol Modifier and Type Class Description classAddMsgThis class is used to exchange Add operation between LDAP servers and replication servers.classDeleteMsgObject used when sending delete information to replication servers.classModifyCommonMsgThis class holds every common code for the modify messages (mod, moddn).classModifyDNMsgMessage used to send Modify DN information.classModifyMsgMessage used to send Modify information.Methods in org.opends.server.replication.protocol that return LDAPUpdateMsg Modifier and Type Method Description static LDAPUpdateMsgLDAPUpdateMsg. generateMsg(PostOperationOperation op)Generates an Update message with the provided information.
-