Package com.netscape.jndi.ldap.schema
Class SchemaDirContext.EmptyNamingEnumeration<T>
java.lang.Object
com.netscape.jndi.ldap.schema.SchemaDirContext.EmptyNamingEnumeration<T>
- All Implemented Interfaces:
Enumeration<T>,NamingEnumeration<T>
- Enclosing class:
- SchemaDirContext
Empty enumeration for list operations
-
Constructor Details
-
EmptyNamingEnumeration
EmptyNamingEnumeration()
-
-
Method Details
-
next
- Specified by:
nextin interfaceNamingEnumeration<T>- Throws:
NamingException
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<T>
-
hasMore
- Specified by:
hasMorein interfaceNamingEnumeration<T>- Throws:
NamingException
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<T>
-
close
public void close()- Specified by:
closein interfaceNamingEnumeration<T>
-