org.openorb.notify.persistence
public final class EventDataHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| EventData | value
Internal EventData value |
| Constructor Summary | |
|---|---|
| EventDataHolder()
Default constructor | |
| EventDataHolder(EventData initial)
Constructor with value initialisation | |
| Method Summary | |
|---|---|
| void | _read(InputStream istream)
Read EventData from a marshalled stream |
| TypeCode | _type()
Return the EventData TypeCode |
| void | _write(OutputStream ostream)
Write EventData into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream