org.apache.avalon.excalibur.naming
クラス AbstractNamingEnumeration

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

public abstract class AbstractNamingEnumeration
extends java.lang.Object
implements javax.naming.NamingEnumeration

Class for building NamingEnumerations.

バージョン:
$Revision: 1.3 $
作成者:
Peter Donald

フィールドの概要
protected  Namespace m_namespace
           
protected  javax.naming.Context m_owner
           
 
コンストラクタの概要
AbstractNamingEnumeration(javax.naming.Context owner, Namespace namespace)
           
 
メソッドの概要
 void close()
           
 boolean hasMore()
           
 java.lang.Object nextElement()
           
protected  java.lang.Object resolve(java.lang.String name, java.lang.Object object)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース javax.naming.NamingEnumeration から継承したメソッド
next
 
インタフェース java.util.Enumeration から継承したメソッド
hasMoreElements
 

フィールドの詳細

m_owner

protected javax.naming.Context m_owner

m_namespace

protected Namespace m_namespace
コンストラクタの詳細

AbstractNamingEnumeration

public AbstractNamingEnumeration(javax.naming.Context owner,
                                 Namespace namespace)
メソッドの詳細

hasMore

public boolean hasMore()
                throws javax.naming.NamingException
定義:
インタフェース javax.naming.NamingEnumeration 内の hasMore

nextElement

public java.lang.Object nextElement()
定義:
インタフェース java.util.Enumeration 内の nextElement

resolve

protected java.lang.Object resolve(java.lang.String name,
                                   java.lang.Object object)
                            throws javax.naming.NamingException

close

public void close()
定義:
インタフェース javax.naming.NamingEnumeration 内の close


"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."