wt.fc
Class StreamObjectVector
java.lang.Object
wt.fc.StreamObjectVector
- All Implemented Interfaces:
- Externalizable, Serializable, ResultProcessor
public class StreamObjectVector
- extends Object
- implements ResultProcessor, Externalizable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
void |
addElement(Object anObj)
This method is called by the low level persistence layer to add the
specified object to the result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addElement
public void addElement(Object anObj)
throws WTException
- This method is called by the low level persistence layer to add the
specified object to the result. The actual type of the object is
based on the type of query. It may be a Persistable or an Object[].
Supported API: true
- Specified by:
addElement in interface ResultProcessor
- Parameters:
anObj - Result object to add.
- Throws:
WTException - - if the object can't be added to the result
WTException