com.netscape.jndi.ldap.schema
Class SchemaElementBindingEnum
java.lang.Object
com.netscape.jndi.ldap.schema.SchemaElementBindingEnum
- All Implemented Interfaces:
- java.util.Enumeration, javax.naming.NamingEnumeration
class SchemaElementBindingEnum
- extends java.lang.Object
- implements javax.naming.NamingEnumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_schemaElementEnum
java.util.Enumeration m_schemaElementEnum
- Enumeration of schema name-object bindings packaged into Binding object.
m_schemaMgr
SchemaManager m_schemaMgr
_className
static final java.lang.String _className
- See Also:
- Constant Field Values
SchemaElementBindingEnum
public SchemaElementBindingEnum(java.util.Enumeration schemaElementEnum,
SchemaManager schemaMgr)
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