Class TdbErrorCheckSink
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.Vector<TdbErrorCheckPhase>
-
- com.tietoenator.trip.jxp.database.TdbErrorCheckSink
-
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
,java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<TdbErrorCheckPhase>
,java.util.Collection<TdbErrorCheckPhase>
,java.util.List<TdbErrorCheckPhase>
,java.util.RandomAccess
public class TdbErrorCheckSink extends java.util.Vector<TdbErrorCheckPhase> implements com.tietoenator.trip.jxp.internal.utils.DOMSink
Sink class that collects errors / warnings from a database diagnosis attempt. Following a call to TdbDatabaseDesign.diagnose(), the instance of this class provided will contain an object of type TdbErrorCheckPhase for each phase of the diagnosis executed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TdbErrorCheckSink()
Constructor, creates a blank instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSummary()
-
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
-
-