org.smallmind.cloud.namespace.java
Class JavaNamingEnumeration<T>
java.lang.Object
org.smallmind.cloud.namespace.java.JavaNamingEnumeration<T>
- All Implemented Interfaces:
- Enumeration<T>, NamingEnumeration<T>
public class JavaNamingEnumeration<T>
- extends Object
- implements NamingEnumeration<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaNamingEnumeration
public JavaNamingEnumeration(Class<T> typeClass,
NamingEnumeration<T> internalEnumeration,
Class internalDirContextClass,
Hashtable<String,Object> environment,
NameTranslator nameTranslator,
JavaNameParser nameParser,
boolean modifiable)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement in interface Enumeration<T>
next
public T next()
throws NamingException
- Specified by:
next in interface NamingEnumeration<T>
- Throws:
NamingException
hasMore
public boolean hasMore()
throws NamingException
- Specified by:
hasMore in interface NamingEnumeration<T>
- Throws:
NamingException
close
public void close()
throws NamingException
- Specified by:
close in interface NamingEnumeration<T>
- Throws:
NamingException
Copyright © 2011. All Rights Reserved.