IP*Works! SSL V9

ipworksssl
Class LdapsSearchPageEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworksssl.LdapsSearchPageEvent
All Implemented Interfaces:
java.io.Serializable

public class LdapsSearchPageEvent
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:
Ldaps, Ldaps.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! SSL V9

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