| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.naming.NamingContextEnumeration
Naming enumeration implementation.
| Field Summary | |
protected  java.util.Enumeration | 
enum
Underlying enumeration.  | 
| Constructor Summary | |
NamingContextEnumeration(java.util.Enumeration enum)
 | 
|
NamingContextEnumeration(java.util.Vector entries)
 | 
|
| Method Summary | |
 void | 
close()
Closes this enumeration.  | 
 boolean | 
hasMore()
Determines whether there are any more elements in the enumeration.  | 
 boolean | 
hasMoreElements()
 | 
 java.lang.Object | 
next()
Retrieves the next element in the enumeration.  | 
 java.lang.Object | 
nextElement()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected java.util.Enumeration enum
| Constructor Detail | 
public NamingContextEnumeration(java.util.Vector entries)
public NamingContextEnumeration(java.util.Enumeration enum)
| Method Detail | 
public java.lang.Object next()
                      throws javax.naming.NamingException
next in interface javax.naming.NamingEnumerationjavax.naming.NamingException
public boolean hasMore()
                throws javax.naming.NamingException
hasMore in interface javax.naming.NamingEnumerationjavax.naming.NamingException
public void close()
           throws javax.naming.NamingException
close in interface javax.naming.NamingEnumerationjavax.naming.NamingExceptionpublic boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||