站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 naming API Documentation 英文版文档

NamingEnumerationImpl (JBoss Naming API) - JBoss 3.2.7 naming API Documentation 英文版文档


org.jnp.interfaces
Class NamingEnumerationImpl

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

public class NamingEnumerationImpl
extends Object
implements NamingEnumeration

Version:
$Revision: 1.2 $
Author:
$Author: oberg $
See Also:

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.