org.codehaus.spice.jndikit
Class AbstractNamingEnumeration
java.lang.Object
org.codehaus.spice.jndikit.AbstractNamingEnumeration
- All Implemented Interfaces:
- Enumeration, NamingEnumeration
- 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 |
AbstractNamingEnumeration
public AbstractNamingEnumeration(Context owner,
Namespace namespace)
hasMore
public boolean hasMore()
throws NamingException
- Specified by:
hasMore
in interface NamingEnumeration
- Throws:
NamingException
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
resolve
protected Object resolve(String name,
Object object)
throws NamingException
- Throws:
NamingException
close
public void close()
- Specified by:
close
in interface NamingEnumeration
Copyright © 1999-2006 Codehaus. All Rights Reserved.