Class DeleteEntryEvent

  • All Implemented Interfaces:
    Serializable

    public class DeleteEntryEvent
    extends SyncTaskEvent
    Event indicating the removal (via ldap.delete) of an entry from the target directory.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteEntryEvent

        public DeleteEntryEvent​(SyncTask source,
                                String message,
                                com.unboundid.ldap.sdk.DN dn)
        Creates a new remove entry event.
        Parameters:
        source - The event source.
        message - The event message.
        dn - The distinguished name (DN) of the removed target directory entry.
    • Method Detail

      • getDN

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