Class CountNameClassPairCallbackHandler

java.lang.Object
org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
All Implemented Interfaces:
NameClassPairCallbackHandler

public class CountNameClassPairCallbackHandler extends Object implements NameClassPairCallbackHandler
A NameClassPairCallbackHandler for counting all returned entries.
  • Constructor Details

    • CountNameClassPairCallbackHandler

      public CountNameClassPairCallbackHandler()
  • Method Details

    • getNoOfRows

      public int getNoOfRows()
      Get the number of rows that was returned by the search.
      Returns:
      the number of entries that have been handled.
    • handleNameClassPair

      public void handleNameClassPair(NameClassPair nameClassPair)
      Description copied from interface: NameClassPairCallbackHandler
      Handle one entry. This method will be called once for each entry returned by a search or list.
      Specified by:
      handleNameClassPair in interface NameClassPairCallbackHandler
      Parameters:
      nameClassPair - the NameClassPair returned from the NamingEnumeration.