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