Class UpdateEntryEvent

  • All Implemented Interfaces:
    Serializable

    public class UpdateEntryEvent
    extends SyncTaskEvent
    Event indicating the update (via ldap.modify) of an entry in the target directory.
    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateEntryEvent

        public UpdateEntryEvent​(SyncTask source,
                                String message,
                                com.unboundid.ldap.sdk.DN sourceDN,
                                com.unboundid.ldap.sdk.DN targetDN)
        Creates a new update entry event.
        Parameters:
        source - The event source.
        message - The event message.
        sourceDN - The distinguished name (DN) of the source directory entry.
        targetDN - The distinguished name (DN) of the updated target directory entry.
    • Method Detail

      • getSourceDN

        public com.unboundid.ldap.sdk.DN getSourceDN()
        Gets the distinguished name (DN) of the source directory entry.
        Returns:
        The source entry DN.
      • getTargetDN

        public com.unboundid.ldap.sdk.DN getTargetDN()
        Gets the distinguished name (DN) of the added target directory entry.
        Returns:
        The target entry DN.