org.omg.CosTradingRepos

Class ServiceTypeRepositoryHolder

public final class ServiceTypeRepositoryHolder extends Object implements Streamable

Holder class for : ServiceTypeRepository

Author: OpenORB Compiler

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

Field Detail

value

public ServiceTypeRepository value
Internal ServiceTypeRepository value

Constructor Detail

ServiceTypeRepositoryHolder

public ServiceTypeRepositoryHolder()
Default constructor

ServiceTypeRepositoryHolder

public ServiceTypeRepositoryHolder(ServiceTypeRepository initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the ServiceTypeRepository TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream