netscape.ldap
Class LDAPConnection.ResponseControls

java.lang.Object
  extended by netscape.ldap.LDAPConnection.ResponseControls
Enclosing class:
LDAPConnection

 class LDAPConnection.ResponseControls
extends java.lang.Object

A helper class for collecting response controls. Used as a value in m_responseControlTable


Field Summary
(package private)  java.util.Vector ctrls
           
(package private)  int msgID
           
 
Constructor Summary
LDAPConnection.ResponseControls(int msgID, LDAPControl[] ctrls)
           
 
Method Summary
(package private)  void addControls(LDAPControl[] ctrls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgID

int msgID

ctrls

java.util.Vector ctrls
Constructor Detail

LDAPConnection.ResponseControls

public LDAPConnection.ResponseControls(int msgID,
                                       LDAPControl[] ctrls)
Method Detail

addControls

void addControls(LDAPControl[] ctrls)