IP*Works! V9

ipworks
Class LdapSearchResultReferenceEvent

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

public class LdapSearchResultReferenceEvent
extends java.util.EventObject

Fired for every result reference returned from a search operation.

MessageId identifies the corresponding search request. LdapUrl contains a URL reference to server that can be used for continuing the search operation.

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.SearchResultReferenceEvent, Serialized Form

Field Summary
 java.lang.String ldapUrl
           
 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

ldapUrl

public java.lang.String ldapUrl

IP*Works! V9

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