All LDAP Classes
Internal LDAP Classes

com.novell.ldap.client
Class RespControlVector

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector
              extended by com.novell.ldap.client.RespControlVector
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class RespControlVector
extends java.util.Vector

The MessageVector class implements extends the existing Vector class so that it can be used to maintain a list of currently registered control responses.

See Also:
Serialized Form

Nested Class Summary
private  class RespControlVector.RegisteredControl
          Inner class defined to create a temporary object to encapsulate all registration information about a response control.
 
Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
RespControlVector(int cap, int incr)
           
 
Method Summary
 java.lang.Class findResponseControl(java.lang.String searchOID)
           
 void registerResponseControl(java.lang.String oid, java.lang.Class controlClass)
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

RespControlVector

public RespControlVector(int cap,
                         int incr)
Method Detail

registerResponseControl

public final void registerResponseControl(java.lang.String oid,
                                          java.lang.Class controlClass)

findResponseControl

public final java.lang.Class findResponseControl(java.lang.String searchOID)
                                          throws java.lang.NoSuchFieldException
Throws:
java.lang.NoSuchFieldException

All LDAP Classes
Internal LDAP Classes

Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000