org.activemq.jndi
Class ReadOnlyContext.ListEnumeration

java.lang.Object
org.activemq.jndi.ReadOnlyContext.LocalNamingEnumeration
org.activemq.jndi.ReadOnlyContext.ListEnumeration
- All Implemented Interfaces:
- java.util.Enumeration, javax.naming.NamingEnumeration
- Enclosing class:
- ReadOnlyContext
- private class ReadOnlyContext.ListEnumeration
- extends ReadOnlyContext.LocalNamingEnumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyContext.ListEnumeration
private ReadOnlyContext.ListEnumeration()
next
public java.lang.Object next()
throws javax.naming.NamingException
nextElement
public java.lang.Object nextElement()
- Description copied from interface:
java.util.Enumeration
- Obtain the next element in the enumeration.
hasMore
public boolean hasMore()
throws javax.naming.NamingException
- Specified by:
hasMore in interface javax.naming.NamingEnumeration
hasMoreElements
public boolean hasMoreElements()
- Description copied from interface:
java.util.Enumeration
- Tests whether there are elements remaining in the enumeration.
- Specified by:
hasMoreElements in interface java.util.Enumeration
getNext
protected java.util.Map.Entry getNext()
close
public void close()
throws javax.naming.NamingException
- Specified by:
close in interface javax.naming.NamingEnumeration