public interface ChannelGrouper
Modifier and Type | Method and Description |
---|---|
ChannelId[] |
retrieve_grouping(ChannelId[] channelIds,
ChannelId channelId)
Given a channelId and an array of ChannelIds, this method returns the ChannelGroup
as an array of ChannelIds corresponding to channelId.
|
Channel[] |
retrieve_grouping(org.omg.CORBA_2_3.ORB orb,
ChannelId channelId)
Given a channel and an array of Channels, this method returns the ChannelGroup
as an array of Channels corresponding to channel.
|