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