IP*Works! V9

ipworks
Class LdapSearchPageEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 boolean cancelSearch
           
 java.lang.String description
           
 java.lang.String DN
           
 int messageId
           
 int resultCode
           
 
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

resultCode

public int resultCode

description

public java.lang.String description

cancelSearch

public boolean cancelSearch

IP*Works! V9

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