public class NamingContextBindingsEnumeration extends Object implements NamingEnumeration
Modifier and Type | Field and Description |
---|---|
protected Iterator |
iterator
Underlying enumeration.
|
Constructor and Description |
---|
NamingContextBindingsEnumeration(Iterator entries,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this enumeration.
|
boolean |
hasMore()
Determines whether there are any more elements in the enumeration.
|
boolean |
hasMoreElements() |
Object |
next()
Retrieves the next element in the enumeration.
|
Object |
nextElement() |
protected Iterator iterator
public Object next() throws NamingException
next
in interface NamingEnumeration
NamingException
public boolean hasMore() throws NamingException
hasMore
in interface NamingEnumeration
NamingException
public void close() throws NamingException
close
in interface NamingEnumeration
NamingException
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2015 JBoss by Red Hat. All rights reserved.