com.netscape.jndi.ldap.schema
Class SchemaDirContext.EmptyNamingEnumeration

java.lang.Object
  extended by com.netscape.jndi.ldap.schema.SchemaDirContext.EmptyNamingEnumeration
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration
Enclosing class:
SchemaDirContext

 class SchemaDirContext.EmptyNamingEnumeration
extends java.lang.Object
implements javax.naming.NamingEnumeration

Empty enumeration for list operations


Constructor Summary
SchemaDirContext.EmptyNamingEnumeration()
           
 
Method Summary
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
           
 java.lang.Object next()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaDirContext.EmptyNamingEnumeration

SchemaDirContext.EmptyNamingEnumeration()
Method Detail

next

public java.lang.Object next()
                      throws javax.naming.NamingException
Specified by:
next in interface javax.naming.NamingEnumeration
Throws:
javax.naming.NamingException

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

hasMore

public boolean hasMore()
                throws javax.naming.NamingException
Specified by:
hasMore in interface javax.naming.NamingEnumeration
Throws:
javax.naming.NamingException

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

close

public void close()
Specified by:
close in interface javax.naming.NamingEnumeration