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