ipworks
Class LdapSearchResultReferenceEvent
java.lang.Object
java.util.EventObject
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
Fields inherited from class java.util.EventObject |
source |
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 |
messageId
public int messageId
ldapUrl
public java.lang.String ldapUrl
Copyright (c) 2013 /n software inc. - All rights reserved.