Uses of Class
org.jcsp.net2.ChannelData
-
Packages that use ChannelData Package Description org.jcsp.net2 -
-
Uses of ChannelData in org.jcsp.net2
Fields in org.jcsp.net2 declared as ChannelData Modifier and Type Field Description private ChannelDataNet2OneChannel. dataThe ChannelData structure representing this channel.private ChannelDataOne2NetChannel. dataA structure containing the information on the state of the channel.private ChannelDataOne2NetChannel. localChannelThis is used if we are ever connected locally.Methods in org.jcsp.net2 that return ChannelData Modifier and Type Method Description (package private) ChannelDataChannelManager. getChannel(int idx)Retrieves a channel from the table(package private) ChannelDataNet2OneChannel. getChannelData()Gets the channel data object for this channel.(package private) ChannelDataOne2NetChannel. getChannelData()Gets the channel data state for this channel.Methods in org.jcsp.net2 with parameters of type ChannelData Modifier and Type Method Description (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 ChannelData Constructor Description Net2OneChannel(AltingChannelInput input, ChannelData chanData, NetworkMessageFilter.FilterRx filter)Private constructor for creating a new instance of a Net2OneChannel.One2NetChannel(AltingChannelInput ackChannel, ChannelOutput toLink, Link link, ChannelData chanData, NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter)Private constructor for creating a One2NetChannel.
-