|
|||||||||
| Home >> All >> javax >> [ naming overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.naming
Interface NamingEnumeration

- All Superinterfaces:
- java.util.Enumeration
- public interface NamingEnumeration
- extends java.util.Enumeration
| Method Summary | |
void |
close()
|
boolean |
hasMore()
|
java.lang.Object |
next()
|
| Methods inherited from interface java.util.Enumeration |
hasMoreElements, nextElement |
| Method Detail |
close
public void close()
throws NamingException
hasMore
public boolean hasMore()
throws NamingException
next
public java.lang.Object next() throws NamingException
|
|||||||||
| Home >> All >> javax >> [ naming overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC