Package | Description |
---|---|
org.jcsp.net2 |
Modifier and Type | Field and Description |
---|---|
private BarrierData |
NetBarrier.data
The data structure representing this NetBarrier object
|
private BarrierData |
NetBarrier.localBar
Used by a locally connected barrier to allow it to check the state prior to sending the SYNC.
|
Modifier and Type | Method and Description |
---|---|
(package private) BarrierData |
BarrierManager.getBarrier(int idx)
Retrieves a barrier from the table
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
BarrierManager.create(BarrierData bd)
Allocates a new number to the Barrier, and stores it in the table.
|
(package private) void |
BarrierManager.create(int idx,
BarrierData bd)
Stores a barrier with the given index in the table.
|
(package private) void |
Link.deRegisterBarrier(BarrierData data)
Unregisters a barrier with the Link
|
(package private) void |
Link.registerBarrier(BarrierData data)
Registers a barrier with the Link
|
(package private) void |
BarrierManager.removeBarrier(BarrierData data)
Removes the given barrier from the table of barriers.
|
Constructor and Description |
---|
NetBarrier(BarrierData barData,
int numToEnroll,
int netNumToEnroll,
NetBarrierLocation serverLocation,
AltingChannelInput inToBar,
ChannelOutput toLink)
The constructor for a NetBarrier
|