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
| 从类 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.