public interface IWriter
As used by History, IWriter.write() must be prepared to accept Hyades ExecutionEvent objects and String objects. When a new history is opened the String "<EXECUTION>" is written via IWriter.write() and when it is closed the String "</EXECUTION>" is writen via IWriter.write(). Otherwise, non-cached events are written as ExecutionEvent objects and cached events are written as String objects.
Modifier and Type | Method and Description |
---|---|
void |
close()
closes the destination
|
void |
write(Object item)
writes an object to the destination
|
int |
writeObject(Object item)
Writes an object to the destination.
|
© Copyright IBM Corp. 2013. All rights reserved.