Example usage for javax.naming NamingEnumeration interface-usage

List of usage examples for javax.naming NamingEnumeration interface-usage

Introduction

In this page you can find the example usage for javax.naming NamingEnumeration interface-usage.

Usage

From source file org.openadaptor.auxil.connector.jndi.JNDISearch.java

/**
 * Convenience Utility class to collate the results of multiple searches as a single NamingEnumeration.
 * <p>
 * It is somewhat complicated by having to remember which searchbase yielded which results. From the user's perspective
 * this can be ignored, as this class can supply the full dn of each match (if specified in the search
 * (returnedDNAttributeName).