org.apache.naming.resources
クラス RecyclableNamingEnumeration

java.lang.Object
  |
  +--org.apache.naming.resources.RecyclableNamingEnumeration
すべての実装インタフェース:
java.util.Enumeration, javax.naming.NamingEnumeration

public class RecyclableNamingEnumeration
extends java.lang.Object
implements javax.naming.NamingEnumeration

Naming enumeration implementation.

バージョン:
$Revision: 1.1 $ $Date: 2001/01/23 03:41:29 $
作成者:
Remy Maucherat

フィールドの概要
protected  java.util.Vector entries
          Entries.
protected  java.util.Enumeration enum
          Underlying enumeration.
 
コンストラクタの概要
RecyclableNamingEnumeration(java.util.Vector entries)
           
 
メソッドの概要
 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
 

フィールドの詳細

entries

protected java.util.Vector entries
Entries.

enum

protected java.util.Enumeration enum
Underlying enumeration.
コンストラクタの詳細

RecyclableNamingEnumeration

public RecyclableNamingEnumeration(java.util.Vector entries)
メソッドの詳細

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.