org.jnp.interfaces
Class NamingEnumerationImpl

java.lang.Object
  extended by org.jnp.interfaces.NamingEnumerationImpl
All Implemented Interfaces:
Enumeration, NamingEnumeration

public class NamingEnumerationImpl
extends Object
implements NamingEnumeration

A NamingEnumeration for the Context list/listBindings methods.

Version:
$Revision: 57199 $
Author:
Rickard Oberg, Scott.Stark@jboss.org

Method Summary
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
           
 Object next()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration

hasMore

public boolean hasMore()
Specified by:
hasMore in interface NamingEnumeration

next

public Object next()
Specified by:
next in interface NamingEnumeration

close

public void close()
Specified by:
close in interface NamingEnumeration


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.