netscape.ldap
Class LDAPResponseControl

java.lang.Object
  extended bynetscape.ldap.LDAPResponseControl
All Implemented Interfaces:
java.io.Serializable

class LDAPResponseControl
extends java.lang.Object
implements java.io.Serializable


Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
LDAPResponseControl(LDAPConnection conn, int msgID, LDAPControl[] controls)
           
 
Method Summary
 LDAPConnection getConnection()
           
 LDAPControl[] getControls()
           
 int getMsgID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

LDAPResponseControl

public LDAPResponseControl(LDAPConnection conn,
                           int msgID,
                           LDAPControl[] controls)
Method Detail

getMsgID

public int getMsgID()

getControls

public LDAPControl[] getControls()

getConnection

public LDAPConnection getConnection()