IP*Works! V9

ipworks
Class LdapSearchResultEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.LdapSearchResultEvent
All Implemented Interfaces:
java.io.Serializable

public class LdapSearchResultEvent
extends java.util.EventObject

Fired for every entry returned from a search operation.

MessageId identifies the corresponding search request. DN contains the Distinguished Name of the entry, while the attribute type and value provided in the Attributes collection , show the list of retrieved attributes for the entry.

Every search operation results in a sequence of 0 or more SearchResult events, a sequence of 0 or more SearchResultReference events, followed by a SearchComplete event.

See Also:
Ldap, Ldap.SearchResultEvent, Serialized Form

Field Summary
 java.lang.String DN
           
 int messageId
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

messageId

public int messageId

DN

public java.lang.String DN

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.