|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
com.novell.ldap.client.RespControlVector
public class RespControlVector
The MessageVector
class implements extends the
existing Vector class so that it can be used to maintain a
list of currently registered control responses.
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 |
---|
public RespControlVector(int cap, int incr)
Method Detail |
---|
public final void registerResponseControl(java.lang.String oid, java.lang.Class controlClass)
public final java.lang.Class findResponseControl(java.lang.String searchOID) throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldException
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |