IP*Works! V9

ipworks
Class LdapExtendedResponseEvent

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

public class LdapExtendedResponseEvent
extends java.util.EventObject

Fired for LDAP V3 Extended Responses.

The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest .

See Also:
Ldap, Ldap.ExtendedResponseEvent, Serialized Form

Field Summary
 java.lang.String description
           
 java.lang.String DN
           
 int messageId
           
 java.lang.String responseName
           
 byte[] responseValue
           
 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

responseName

public java.lang.String responseName

responseValue

public byte[] responseValue

IP*Works! V9

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