JNDI 1.2

Uses of Interface
javax.naming.NamingEnumeration

Packages that use NamingEnumeration
javax.naming Provides the classes and interfaces for accessing naming services. 
javax.naming.directory Extends the javax.naming package to provide functionality for accessing directory services. 
 

Uses of NamingEnumeration in javax.naming
 

Methods in javax.naming that return NamingEnumeration
 NamingEnumeration InitialContext.list(String name)
          Enumerates the names bound in the named context, along with the class names of objects bound to them.
 NamingEnumeration InitialContext.list(Name name)
          Enumerates the names bound in the named context, along with the class names of objects bound to them.
 NamingEnumeration InitialContext.listBindings(String name)
          Enumerates the names bound in the named context, along with the objects bound to them.
 NamingEnumeration InitialContext.listBindings(Name name)
          Enumerates the names bound in the named context, along with the objects bound to them.
 NamingEnumeration Context.list(Name name)
          Enumerates the names bound in the named context, along with the class names of objects bound to them.
 NamingEnumeration Context.list(String name)
          Enumerates the names bound in the named context, along with the class names of objects bound to them.
 NamingEnumeration Context.listBindings(Name name)
          Enumerates the names bound in the named context, along with the objects bound to them.
 NamingEnumeration Context.listBindings(String name)
          Enumerates the names bound in the named context, along with the objects bound to them.
 

Uses of NamingEnumeration in javax.naming.directory
 

Methods in javax.naming.directory that return NamingEnumeration
 NamingEnumeration Attributes.getAll()
          Retrieves an enumeration of the attributes in the attribute set.
 NamingEnumeration Attributes.getIDs()
          Retrieves an enumeration of the ids of the attributes in the attribute set.
 NamingEnumeration DirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
          Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
 NamingEnumeration DirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn)
          Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
 NamingEnumeration DirContext.search(Name name, Attributes matchingAttributes)
          Searches in a single context for objects that contain a specified set of attributes.
 NamingEnumeration DirContext.search(String name, Attributes matchingAttributes)
          Searches in a single context for objects that contain a specified set of attributes.
 NamingEnumeration DirContext.search(Name name, String filter, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration DirContext.search(String name, String filter, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration DirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration Attribute.getAll()
          Retrieves an enumeration of the attribute's values.
 NamingEnumeration InitialDirContext.search(String name, Attributes matchingAttributes)
          Searches in a single context for objects that contain a specified set of attributes.
 NamingEnumeration InitialDirContext.search(Name name, Attributes matchingAttributes)
          Searches in a single context for objects that contain a specified set of attributes.
 NamingEnumeration InitialDirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn)
          Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
 NamingEnumeration InitialDirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
          Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
 NamingEnumeration InitialDirContext.search(String name, String filter, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration InitialDirContext.search(Name name, String filter, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration InitialDirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration InitialDirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration BasicAttribute.getAll()
          Retrieves an enumeration of this attribute's values.
 NamingEnumeration BasicAttributes.getAll()
          Retrieves an enumeration of the attributes in this attribute set.
 NamingEnumeration BasicAttributes.getIDs()
          Retrieves an enumeration of the ids of the attributes in this attribute set.
 


JNDI 1.2

For more information on JNDI, please see http://java.sun.com/products/jndi