org.omg.CosTradingDynamic

Class DynamicPropHolder

public final class DynamicPropHolder extends Object implements Streamable

Holder class for : DynamicProp

Author: OpenORB Compiler

Field Summary
DynamicPropvalue
Internal DynamicProp value
Constructor Summary
DynamicPropHolder()
Default constructor
DynamicPropHolder(DynamicProp initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read DynamicProp from a marshalled stream
TypeCode_type()
Return the DynamicProp TypeCode
void_write(OutputStream ostream)
Write DynamicProp into a marshalled stream

Field Detail

value

public DynamicProp value
Internal DynamicProp value

Constructor Detail

DynamicPropHolder

public DynamicPropHolder()
Default constructor

DynamicPropHolder

public DynamicPropHolder(DynamicProp initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read DynamicProp from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the DynamicProp TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write DynamicProp into a marshalled stream

Parameters: ostream the output stream