org.stringtree.jndi
Class InMemoryContext.ListOfBindings

java.lang.Object
  extended by org.stringtree.jndi.InMemoryContext.ListOfNames
      extended by org.stringtree.jndi.InMemoryContext.ListOfBindings
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration
Enclosing class:
InMemoryContext

 class InMemoryContext.ListOfBindings
extends InMemoryContext.ListOfNames


Field Summary
 
Fields inherited from class org.stringtree.jndi.InMemoryContext.ListOfNames
names
 
Constructor Summary
InMemoryContext.ListOfBindings(java.util.Enumeration names)
           
 
Method Summary
 java.lang.Object next()
           
 
Methods inherited from class org.stringtree.jndi.InMemoryContext.ListOfNames
close, hasMore, hasMoreElements, nextElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryContext.ListOfBindings

public InMemoryContext.ListOfBindings(java.util.Enumeration names)
Method Detail

next

public java.lang.Object next()
                      throws javax.naming.NamingException
Specified by:
next in interface javax.naming.NamingEnumeration
Overrides:
next in class InMemoryContext.ListOfNames
Throws:
javax.naming.NamingException