org.openorb.ir.persistence

Class ContainerHomeHolder

public final class ContainerHomeHolder extends Object implements Streamable

Holder class for : ContainerHome

Author: OpenORB Compiler

Field Summary
ContainerHomevalue
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

Field Detail

value

public ContainerHome value
Internal ContainerHome value

Constructor Detail

ContainerHomeHolder

public ContainerHomeHolder()
Default constructor

ContainerHomeHolder

public ContainerHomeHolder(ContainerHome initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the ContainerHome TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream