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:
next
in interfaceNamingEnumeration<T>
- Throws:
NamingException
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<T>
-
hasMore
- Specified by:
hasMore
in interfaceNamingEnumeration<T>
- Throws:
NamingException
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<T>
-
close
public void close()- Specified by:
close
in interfaceNamingEnumeration<T>
-