Uses of Class
org.jcsp.net2.BarrierData
Packages that use BarrierData
-
Uses of BarrierData in org.jcsp.net2
Fields in org.jcsp.net2 declared as BarrierDataModifier and TypeFieldDescriptionprivate final BarrierDataNetBarrier.dataThe data structure representing this NetBarrier objectprivate BarrierDataNetBarrier.localBarUsed by a locally connected barrier to allow it to check the state prior to sending the SYNC.Methods in org.jcsp.net2 that return BarrierDataModifier and TypeMethodDescription(package private) BarrierDataBarrierManager.getBarrier(int idx) Retrieves a barrier from the tableMethods in org.jcsp.net2 with parameters of type BarrierDataModifier and TypeMethodDescription(package private) voidBarrierManager.create(int idx, BarrierData bd) Stores a barrier with the given index in the table.(package private) voidBarrierManager.create(BarrierData bd) Allocates a new number to the Barrier, and stores it in the table.(package private) voidLink.deRegisterBarrier(BarrierData data) Unregisters a barrier with the Link(package private) voidLink.registerBarrier(BarrierData data) Registers a barrier with the Link(package private) voidBarrierManager.removeBarrier(BarrierData data) Removes the given barrier from the table of barriers.Constructors in org.jcsp.net2 with parameters of type BarrierDataModifierConstructorDescriptionprivateNetBarrier(BarrierData barData, int numToEnroll, int netNumToEnroll, NetBarrierLocation serverLocation, AltingChannelInput inToBar, ChannelOutput toLink) The constructor for a NetBarrier