API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming. NamingEnumeration View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.9 05/11/17
Serial
Hierarchy
 Enumeration
      NamingEnumeration
Subinterfaces
Description
public interface NamingEnumeration
  This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.
Methods
Hide/Show inherited methods
public void close () throws NamingException
  Closes this enumeration.
public boolean hasMore () throws NamingException
  Determines whether there are any more elements in the enumeration.
public T next () throws NamingException
  Retrieves the next element in the enumeration.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar