Go backward to InChannelSet : Sets of Input ChannelsGo up to 5.1 Types Go forward to Message : Channel Messages |
OutChannelSet
: Sets of Output Channelsclass OutChannelSet { OutChannelSet() int getSize() void addChannel(OutChannel c) OutChannel getChannel(int i) void send(Message m) }
An object of this type represents a set of output channels. The default constructor creates an empty set. The other methods are described in the following subsection.