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