Uses of Class
org.jcsp.net2.ChannelData
Packages that use ChannelData
-
Uses of ChannelData in org.jcsp.net2
Fields in org.jcsp.net2 declared as ChannelDataModifier and TypeFieldDescriptionprivate final ChannelDataNet2OneChannel.dataThe ChannelData structure representing this channel.private final ChannelDataOne2NetChannel.dataA structure containing the information on the state of the channel.private final ChannelDataOne2NetChannel.localChannelThis is used if we are ever connected locally.Methods in org.jcsp.net2 that return ChannelDataModifier and TypeMethodDescription(package private) ChannelDataChannelManager.getChannel(int idx) Retrieves a channel from the table(package private) final ChannelDataNet2OneChannel.getChannelData()Gets the channel data object for this channel.(package private) final ChannelDataOne2NetChannel.getChannelData()Gets the channel data state for this channel.Methods in org.jcsp.net2 with parameters of type ChannelDataModifier and TypeMethodDescription(package private) voidChannelManager.create(int idx, ChannelData cd) Stores a channel in the given index in the table.(package private) voidChannelManager.create(ChannelData cd) Allocates a new number to the channel, and stores it in the table.(package private) voidLink.deRegisterChannel(ChannelData data) Unregisters and removes the channel from the Link.(package private) voidLink.registerChannel(ChannelData data) Register a channel with the Link.(package private) voidChannelManager.removeChannel(ChannelData data) Removes a channel from the table.Constructors in org.jcsp.net2 with parameters of type ChannelDataModifierConstructorDescriptionprivateNet2OneChannel(AltingChannelInput input, ChannelData chanData, NetworkMessageFilter.FilterRx filter) Private constructor for creating a new instance of a Net2OneChannel.privateOne2NetChannel(AltingChannelInput ackChannel, ChannelOutput toLink, Link link, ChannelData chanData, NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Private constructor for creating a One2NetChannel.