Uses of Class
org.jcsp.net2.BarrierData
-
Packages that use BarrierData Package Description org.jcsp.net2 -
-
Uses of BarrierData in org.jcsp.net2
Fields in org.jcsp.net2 declared as BarrierData Modifier and Type Field Description private 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 BarrierData Modifier and Type Method Description (package private) BarrierDataBarrierManager. getBarrier(int idx)Retrieves a barrier from the tableMethods in org.jcsp.net2 with parameters of type BarrierData Modifier and Type Method Description (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 BarrierData Constructor Description NetBarrier(BarrierData barData, int numToEnroll, int netNumToEnroll, NetBarrierLocation serverLocation, AltingChannelInput inToBar, ChannelOutput toLink)The constructor for a NetBarrier
-