org.omg.CosNotifyComm
public final class PullSupplierHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| PullSupplier | value
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 |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream