com.ibm.di.eventhandler.ldap
Class SearchResultAccumulator
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.ibm.di.eventhandler.ldap.SearchResultAccumulator
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
public class SearchResultAccumulator
- extends ArrayList
This class implements the Collection interface so it can be used with a TCB
in an AssemblyLine.
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
error
public Exception error
SearchResultAccumulator
public SearchResultAccumulator(LDAPServerEventHandler lse)
add
public boolean add(Object obj)
- Specified by:
add
in interface Collection
- Specified by:
add
in interface List
- Overrides:
add
in class ArrayList