org.omg.CosNotifyChannelAdmin

Class StructuredProxyPushSupplierHolder

public final class StructuredProxyPushSupplierHolder extends Object implements Streamable

Holder class for : StructuredProxyPushSupplier

Author: OpenORB Compiler

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

Field Detail

value

public StructuredProxyPushSupplier value
Internal StructuredProxyPushSupplier value

Constructor Detail

StructuredProxyPushSupplierHolder

public StructuredProxyPushSupplierHolder()
Default constructor

StructuredProxyPushSupplierHolder

public StructuredProxyPushSupplierHolder(StructuredProxyPushSupplier initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the StructuredProxyPushSupplier TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream