com.ibm.di.eventhandler.ldap
Class SearchResultAccumulator

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by java.util.ArrayList
              extended by 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

Field Summary
 Exception error
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SearchResultAccumulator(LDAPServerEventHandler lse)
           
 
Method Summary
 boolean add(Object obj)
           
 
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
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

error

public Exception error
Constructor Detail

SearchResultAccumulator

public SearchResultAccumulator(LDAPServerEventHandler lse)
Method Detail

add

public boolean add(Object obj)
Specified by:
add in interface Collection
Specified by:
add in interface List
Overrides:
add in class ArrayList