org.omg.CosTypedEventChannelAdmin

Class NoSuchImplementationHolder

public final class NoSuchImplementationHolder extends Object implements Streamable

Holder class for : NoSuchImplementation

Author: OpenORB Compiler

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

Field Detail

value

public NoSuchImplementation value
Internal NoSuchImplementation value

Constructor Detail

NoSuchImplementationHolder

public NoSuchImplementationHolder()
Default constructor

NoSuchImplementationHolder

public NoSuchImplementationHolder(NoSuchImplementation initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the NoSuchImplementation TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream