Class SearchResultDoneImpl

    • Constructor Detail

      • SearchResultDoneImpl

        public SearchResultDoneImpl()
        Creates a SearchResponseDone as a reply to an SearchRequest to indicate the end of a search operation.
      • SearchResultDoneImpl

        public SearchResultDoneImpl​(int id)
        Creates a SearchResponseDone as a reply to an SearchRequest to indicate the end of a search operation.
        Parameters:
        id - the session unique message id
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Checks for equality by using the underlying LdapResult objects of this SearchResponseDone stub.
        Overrides:
        equals in class AbstractResultResponse
        Parameters:
        obj - the object to be tested for equality
        Returns:
        true if obj is equivalent to this SearchResponseDone impl