Interface NameClassPairCallbackHandler

    • Method Detail

      • handleNameClassPair

        void handleNameClassPair​(javax.naming.NameClassPair nameClassPair)
                          throws javax.naming.NamingException
        Handle one entry. This method will be called once for each entry returned by a search or list.
        Parameters:
        nameClassPair - the NameClassPair returned from the NamingEnumeration.
        Throws:
        javax.naming.NamingException - if an error occurs.