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