org.eclipse.jetty.jndi
类 NameEnumeration

java.lang.Object
  继承者 org.eclipse.jetty.jndi.NameEnumeration
所有已实现的接口:
Enumeration<NameClassPair>, NamingEnumeration<NameClassPair>

public class NameEnumeration
extends Object
implements NamingEnumeration<NameClassPair>

NameEnumeration

Implementation of NamingEnumeration interface.

Notes

Used for returning results of Context.list();

Usage


构造方法摘要
NameEnumeration(Iterator<Binding> e)
           
 
方法摘要
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
           
 NameClassPair next()
           
 NameClassPair nextElement()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NameEnumeration

public NameEnumeration(Iterator<Binding> e)
方法详细信息

close

public void close()
           throws NamingException
指定者:
接口 NamingEnumeration<NameClassPair> 中的 close
抛出:
NamingException

hasMore

public boolean hasMore()
                throws NamingException
指定者:
接口 NamingEnumeration<NameClassPair> 中的 hasMore
抛出:
NamingException

next

public NameClassPair next()
                   throws NamingException
指定者:
接口 NamingEnumeration<NameClassPair> 中的 next
抛出:
NamingException

hasMoreElements

public boolean hasMoreElements()
指定者:
接口 Enumeration<NameClassPair> 中的 hasMoreElements

nextElement

public NameClassPair nextElement()
指定者:
接口 Enumeration<NameClassPair> 中的 nextElement


Copyright © 2013. All Rights Reserved.