|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.jndi.ldap.BaseSearchEnum
com.netscape.jndi.ldap.SearchResultEnum
class SearchResultEnum
A wrapper for the LDAPSeatchResults. Convert a LDAPSearchResults enumeration of LDAPEntries into a JNDI NamingEnumeration of JNDI SearchResults.
Field Summary | |
---|---|
(package private) boolean |
m_returnObjs
|
(package private) java.lang.String[] |
m_userBinaryAttrs
|
Fields inherited from class com.netscape.jndi.ldap.BaseSearchEnum |
---|
m_ctx, m_ctxName, m_res |
Constructor Summary | |
---|---|
SearchResultEnum(LDAPSearchResults res,
boolean returnObjs,
LdapContextImpl ctx)
|
Method Summary | |
---|---|
java.lang.Object |
next()
|
Methods inherited from class com.netscape.jndi.ldap.BaseSearchEnum |
---|
close, hasMore, hasMoreElements, nextElement, nextLDAPEntry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean m_returnObjs
java.lang.String[] m_userBinaryAttrs
Constructor Detail |
---|
public SearchResultEnum(LDAPSearchResults res, boolean returnObjs, LdapContextImpl ctx) throws javax.naming.NamingException
javax.naming.NamingException
Method Detail |
---|
public java.lang.Object next() throws javax.naming.NamingException
javax.naming.NamingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |