org.apache.naming
クラス NamingContextBindingsEnumeration
java.lang.Object
|
+--org.apache.naming.NamingContextBindingsEnumeration
- すべての実装インタフェース:
- java.util.Enumeration, javax.naming.NamingEnumeration
- public class NamingContextBindingsEnumeration
- extends java.lang.Object
- implements javax.naming.NamingEnumeration
Naming enumeration implementation.
- バージョン:
- $Revision: 1.1 $ $Date: 2000/11/02 06:14:16 $
- 作成者:
- Remy Maucherat
フィールドの概要 |
protected java.util.Enumeration |
enum
Underlying enumeration. |
メソッドの概要 |
void |
close()
Closes this enumeration. |
boolean |
hasMore()
Determines whether there are any more elements in the enumeration. |
boolean |
hasMoreElements()
|
java.lang.Object |
next()
Retrieves the next element in the enumeration. |
java.lang.Object |
nextElement()
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enum
protected java.util.Enumeration enum
- Underlying enumeration.
NamingContextBindingsEnumeration
public NamingContextBindingsEnumeration(java.util.Vector entries)
NamingContextBindingsEnumeration
public NamingContextBindingsEnumeration(java.util.Enumeration enum)
next
public java.lang.Object next()
throws javax.naming.NamingException
- Retrieves the next element in the enumeration.
- 定義:
- インタフェース
javax.naming.NamingEnumeration
内の next
hasMore
public boolean hasMore()
throws javax.naming.NamingException
- Determines whether there are any more elements in the enumeration.
- 定義:
- インタフェース
javax.naming.NamingEnumeration
内の hasMore
close
public void close()
throws javax.naming.NamingException
- Closes this enumeration.
- 定義:
- インタフェース
javax.naming.NamingEnumeration
内の close
hasMoreElements
public boolean hasMoreElements()
- 定義:
- インタフェース
java.util.Enumeration
内の hasMoreElements
nextElement
public java.lang.Object nextElement()
- 定義:
- インタフェース
java.util.Enumeration
内の nextElement
Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.