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