Package com.netscape.jndi.ldap.schema
Class SchemaElementBindingEnum
java.lang.Object
com.netscape.jndi.ldap.schema.SchemaElementBindingEnum
- All Implemented Interfaces:
Enumeration<Binding>
,NamingEnumeration<Binding>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String
(package private) Enumeration<? extends LDAPSchemaElement>
Enumeration of schema name-object bindings packaged into Binding object.(package private) SchemaManager
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaElementBindingEnum
(Enumeration<? extends LDAPSchemaElement> schemaElementEnum, SchemaManager schemaMgr) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
m_schemaElementEnum
Enumeration<? extends LDAPSchemaElement> m_schemaElementEnumEnumeration of schema name-object bindings packaged into Binding object. -
m_schemaMgr
SchemaManager m_schemaMgr -
_className
- See Also:
-
-
Constructor Details
-
SchemaElementBindingEnum
public SchemaElementBindingEnum(Enumeration<? extends LDAPSchemaElement> schemaElementEnum, SchemaManager schemaMgr)
-
-
Method Details
-
next
- Specified by:
next
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<Binding>
-
hasMore
- Specified by:
hasMore
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<Binding>
-
close
public void close()- Specified by:
close
in interfaceNamingEnumeration<Binding>
-