Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.jndi
Class ReadOnlyContext.ListEnumeration  view ReadOnlyContext.ListEnumeration download ReadOnlyContext.ListEnumeration.java

java.lang.Object
  extended byorg.activemq.jndi.ReadOnlyContext.LocalNamingEnumeration
      extended byorg.activemq.jndi.ReadOnlyContext.ListEnumeration
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration
Enclosing class:
ReadOnlyContext

private class ReadOnlyContext.ListEnumeration
extends ReadOnlyContext.LocalNamingEnumeration


Constructor Summary
private ReadOnlyContext.ListEnumeration()
           
 
Method Summary
 void close()
           
protected  java.util.Map.Entry getNext()
           
 boolean hasMore()
           
 boolean hasMoreElements()
          Tests whether there are elements remaining in the enumeration.
 java.lang.Object next()
           
 java.lang.Object nextElement()
          Obtain the next element in the enumeration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadOnlyContext.ListEnumeration

private ReadOnlyContext.ListEnumeration()
Method Detail

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