org.omg.CosNotifyComm

Class PullSupplierHolder

public final class PullSupplierHolder extends Object implements Streamable

Holder class for : PullSupplier

Author: OpenORB Compiler

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

Field Detail

value

public PullSupplier value
Internal PullSupplier value

Constructor Detail

PullSupplierHolder

public PullSupplierHolder()
Default constructor

PullSupplierHolder

public PullSupplierHolder(PullSupplier initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the PullSupplier TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream