IP*Works! V9

ipworks
Class LdapSearchCompleteEvent

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

public class LdapSearchCompleteEvent
extends java.util.EventObject

Fired upon completion of a search operation.

The MessageId parameter identifies the corresponding request. ResultCode and ResultDescription show whether the operation was successful (on a successful operation, the ResultCode is 0).

See Also:
Ldap, Ldap.SearchCompleteEvent, Serialized Form

Field Summary
 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

IP*Works! V9

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