KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > NamingEnumeration

javax.naming
Interface NamingEnumeration<T>

All Superinterfaces:
Enumeration<T>
See Also:
Top Examples, Source Code, Context.list(javax.naming.Name), Context.listBindings(javax.naming.Name), DirContext.search(javax.naming.Name, javax.naming.directory.Attributes, java.lang.String[]), Attributes.getAll(), Attributes.getIDs(), Attribute.getAll()

void close()
           throws NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean hasMore()
                throws NamingException
See Also:
Enumeration.hasMoreElements()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


T next()
       throws NamingException
See Also:
Enumeration.nextElement(), NoSuchElementException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags