|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.naming.NamingContextBindingsEnumeration
public class NamingContextBindingsEnumeration
Naming enumeration implementation.
Field Summary | |
---|---|
protected Iterator<NamingEntry> |
iterator
Underlying enumeration. |
Constructor Summary | |
---|---|
NamingContextBindingsEnumeration(Iterator<NamingEntry> entries,
Context ctx)
|
Method Summary | |
---|---|
void |
close()
Closes this enumeration. |
boolean |
hasMore()
Determines whether there are any more elements in the enumeration. |
boolean |
hasMoreElements()
|
Binding |
next()
Retrieves the next element in the enumeration. |
Binding |
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 NamingContextBindingsEnumeration(Iterator<NamingEntry> entries, Context ctx)
Method Detail |
---|
public Binding next() throws NamingException
next
in interface NamingEnumeration<Binding>
NamingException
public boolean hasMore() throws NamingException
hasMore
in interface NamingEnumeration<Binding>
NamingException
public void close() throws NamingException
close
in interface NamingEnumeration<Binding>
NamingException
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Binding>
public Binding nextElement()
nextElement
in interface Enumeration<Binding>
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |