Class TargetEntryRetrievalEvent

  • All Implemented Interfaces:
    Serializable

    public class TargetEntryRetrievalEvent
    extends SyncTaskEvent
    Represents an event indicating the retrieval of a target directory entry.
    See Also:
    Serialized Form
    • Constructor Detail

      • TargetEntryRetrievalEvent

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

      • getDN

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