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 ChannelData
Net2OneChannel.data
The ChannelData structure representing this channel.private final ChannelData
One2NetChannel.data
A structure containing the information on the state of the channel.private final ChannelData
One2NetChannel.localChannel
This is used if we are ever connected locally.Methods in org.jcsp.net2 that return ChannelDataModifier and TypeMethodDescription(package private) ChannelData
ChannelManager.getChannel
(int idx) Retrieves a channel from the table(package private) final ChannelData
Net2OneChannel.getChannelData()
Gets the channel data object for this channel.(package private) final ChannelData
One2NetChannel.getChannelData()
Gets the channel data state for this channel.Methods in org.jcsp.net2 with parameters of type ChannelDataModifier and TypeMethodDescription(package private) void
ChannelManager.create
(int idx, ChannelData cd) Stores a channel in the given index in the table.(package private) void
ChannelManager.create
(ChannelData cd) Allocates a new number to the channel, and stores it in the table.(package private) void
Link.deRegisterChannel
(ChannelData data) Unregisters and removes the channel from the Link.(package private) void
Link.registerChannel
(ChannelData data) Register a channel with the Link.(package private) void
ChannelManager.removeChannel
(ChannelData data) Removes a channel from the table.Constructors in org.jcsp.net2 with parameters of type ChannelDataModifierConstructorDescriptionprivate
Net2OneChannel
(AltingChannelInput input, ChannelData chanData, NetworkMessageFilter.FilterRx filter) Private constructor for creating a new instance of a Net2OneChannel.private
One2NetChannel
(AltingChannelInput ackChannel, ChannelOutput toLink, Link link, ChannelData chanData, NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Private constructor for creating a One2NetChannel.