org.omg.CosTypedNotifyChannelAdmin

Class TypedProxyPullConsumerHolder

public final class TypedProxyPullConsumerHolder extends Object implements Streamable

Holder class for : TypedProxyPullConsumer

Author: OpenORB Compiler

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

Field Detail

value

public TypedProxyPullConsumer value
Internal TypedProxyPullConsumer value

Constructor Detail

TypedProxyPullConsumerHolder

public TypedProxyPullConsumerHolder()
Default constructor

TypedProxyPullConsumerHolder

public TypedProxyPullConsumerHolder(TypedProxyPullConsumer initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the TypedProxyPullConsumer TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream