org.omg.CosNotifyFilter

Class UnsupportedFilterableDataHolder

public final class UnsupportedFilterableDataHolder extends Object implements Streamable

Holder class for : UnsupportedFilterableData

Author: OpenORB Compiler

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

Field Detail

value

public UnsupportedFilterableData value
Internal UnsupportedFilterableData value

Constructor Detail

UnsupportedFilterableDataHolder

public UnsupportedFilterableDataHolder()
Default constructor

UnsupportedFilterableDataHolder

public UnsupportedFilterableDataHolder(UnsupportedFilterableData initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the UnsupportedFilterableData TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream