org.omg.CosNotifyChannelAdmin

Class EventChannelFactoryHolder

public final class EventChannelFactoryHolder extends Object implements Streamable

Holder class for : EventChannelFactory

Author: OpenORB Compiler

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

Field Detail

value

public EventChannelFactory value
Internal EventChannelFactory value

Constructor Detail

EventChannelFactoryHolder

public EventChannelFactoryHolder()
Default constructor

EventChannelFactoryHolder

public EventChannelFactoryHolder(EventChannelFactory initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the EventChannelFactory TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream