Package org.jcsp.net2
Class BarrierData
java.lang.Object
org.jcsp.net2.BarrierData
Contains the data that relates to a networked Barrier. This is an external data structure within JCSP networking, and
is held by both the NetBarrier and the BarrierManager. For information on the operation of the NetBarrier, see the
relevant documentation.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte
The current state of the Barrier(package private) ChannelOutput
The connection to the Barrier for connecting to the NetBarrier object from the Link(package private) int
The virtual Barrier number that uniquely identifies the Barrier within the Node -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
vbn
int vbnThe virtual Barrier number that uniquely identifies the Barrier within the Node -
state
byte stateThe current state of the Barrier -
toBarrier
ChannelOutput toBarrierThe connection to the Barrier for connecting to the NetBarrier object from the Link
-
-
Constructor Details
-
BarrierData
BarrierData()
-