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