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