JNDI 1.1.1

Uses of Interface
javax.naming.NamingEnumeration

Packages that use NamingEnumeration
javax.naming Contains classes and interfaces for accessing naming services. 
javax.naming.directory Extends the core javax.naming package to provide functionality for accessing directories in addition to naming services. 
 

Uses of NamingEnumeration in javax.naming
 

Methods in javax.naming that return NamingEnumeration
 NamingEnumeration InitialContext.list(java.lang.String name)
          Enumerates the names and the class names of their bound objects in the context named relative to this initial context.
 NamingEnumeration InitialContext.list(Name name)
          Enumerates the names and the class names of their bound objects in the context named relative to this initial context.
 NamingEnumeration InitialContext.listBindings(java.lang.String name)
          Enumerates the names and their bound objects in the context named relative to this initial context.
 NamingEnumeration InitialContext.listBindings(Name name)
          Enumerates the names and their bound objects in the context named relative to this initial context.
 NamingEnumeration Context.list(Name name)
          Enumerates the names and the class names of their bound objects in the named context.
 NamingEnumeration Context.list(java.lang.String name)
          Enumerates the names and the class names of their bound objects in the (string-) named context.
 NamingEnumeration Context.listBindings(Name name)
          Enumerates the names and their bound objects in the named context.
 NamingEnumeration Context.listBindings(java.lang.String name)
          Enumerates the names and their bound objects in the (string-) named context.
 

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, java.lang.String[] attributesToReturn)
          Searches in a single context for objects that contain a specified set of attributes and retrieve their attributes.
 NamingEnumeration DirContext.search(java.lang.String name, Attributes matchingAttributes, java.lang.String[] attributesToReturn)
          Searches in a single context for objects that contain a specified set of attributes and return their specified 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(java.lang.String name, Attributes matchingAttributes)
          Searches in a single context for objects that contain a specified set of attributes.
 NamingEnumeration DirContext.search(Name name, java.lang.String filter, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration DirContext.search(java.lang.String name, java.lang.String filter, SearchControls cons)
          Searches in the named context or named object for entries that satisfy the given search filter.
 NamingEnumeration DirContext.search(Name name, java.lang.String filterExpr, java.lang.Object[] filterArgs, SearchControls cons)
          Searches in the named context or object for entries that satisfy the given search filter.
 NamingEnumeration DirContext.search(java.lang.String name, java.lang.String filterExpr, java.lang.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(java.lang.String name, Attributes matchingAttributes)
          Searches for named objects that contain a set of attributes in a single context.
 NamingEnumeration InitialDirContext.search(Name name, Attributes matchingAttributes)
          Searches for named objects that contain a set of attributes in a single context.
 NamingEnumeration InitialDirContext.search(java.lang.String name, Attributes matchingAttributes, java.lang.String[] attributesToReturn)
          Searches for named objects that contain a set of attributes in a single context.
 NamingEnumeration InitialDirContext.search(Name name, Attributes matchingAttributes, java.lang.String[] attributesToReturn)
          Searches for named objects that contain a set of attributes in a single context.
 NamingEnumeration InitialDirContext.search(java.lang.String name, java.lang.String filter, SearchControls cons)
          Search in the context named by 'name' entries with that satisfies the given string 'filter'.
 NamingEnumeration InitialDirContext.search(Name name, java.lang.String filter, SearchControls cons)
          Search in the context named by 'name' entries with that satisfies the given string 'filter'.
 NamingEnumeration InitialDirContext.search(java.lang.String name, java.lang.String filterExpr, java.lang.Object[] filterArgs, SearchControls cons)
          Search in the context named by 'name' entries with that satisfies the given 'filter'.
 NamingEnumeration InitialDirContext.search(Name name, java.lang.String filterExpr, java.lang.Object[] filterArgs, SearchControls cons)
          Search in the context named by 'name' entries with that satisfies the given '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.1.1

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