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