Class AddEntryEvent

    • Constructor Detail

      • AddEntryEvent

        public AddEntryEvent​(SyncTask source,
                             String message,
                             com.unboundid.ldap.sdk.DN sourceDN,
                             com.unboundid.ldap.sdk.DN targetDN)
        Creates a new add 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 added target directory entry.
    • Method Detail

      • getSourceDN

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

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