当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 naming API Documentation 英文版文档
NamingEnumerationImpl (JBoss Naming API) - JBoss 4.0.1 sp1 naming API Documentation 英文版文档
org.jnp.interfaces
Class NamingEnumerationImpl
java.lang.Object
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: 1.2.32.1 $
- Author:
- oberg, Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.