ipworks
Class LdapSearchPageEvent
java.lang.Object
java.util.EventObject
ipworks.LdapSearchPageEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LdapSearchPageEvent
- extends java.util.EventObject
Fired for every page returned from a search operation.
This event is where the client can decide whether to continue with the Search
operation or not.
The signature is very similar to the SearchComplete
event, with the addition of a CancelSearch parameter.
If the search should be canceled (no more pages), the CancelSearch parameter should be set
to true.
- See Also:
Ldap
,
Ldap.SearchPageEvent
,
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
DN
public java.lang.String DN
resultCode
public int resultCode
description
public java.lang.String description
cancelSearch
public boolean cancelSearch
Copyright (c) 2013 /n software inc. - All rights reserved.