org.apache.avalon.excalibur.naming
Class AbstractNamingEnumeration
java.lang.Object
|
+--org.apache.avalon.excalibur.naming.AbstractNamingEnumeration
- All Implemented Interfaces:
- Enumeration, NamingEnumeration
Deprecated. Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
- public abstract class AbstractNamingEnumeration
- extends Object
- implements NamingEnumeration
Class for building NamingEnumerations.
- Version:
- $Revision: 1.1 $
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_owner
protected Context m_owner
- Deprecated.
m_namespace
protected Namespace m_namespace
- Deprecated.
AbstractNamingEnumeration
public AbstractNamingEnumeration(Context owner,
Namespace namespace)
- Deprecated.
hasMore
public boolean hasMore()
throws NamingException
- Deprecated.
- Specified by:
hasMore
in interface NamingEnumeration
NamingException
nextElement
public Object nextElement()
- Deprecated.
- Specified by:
nextElement
in interface Enumeration
resolve
protected Object resolve(String name,
Object object)
throws NamingException
- Deprecated.
NamingException
close
public void close()
- Deprecated.
- Specified by:
close
in interface NamingEnumeration
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.