Uses of Class
org.jcsp.net2.NetBarrierLocation
Packages that use NetBarrierLocation
-
Uses of NetBarrierLocation in org.jcsp.net2
Fields in org.jcsp.net2 declared as NetBarrierLocationModifier and TypeFieldDescriptionprivate final NetBarrierLocation
NetBarrier.localLocation
The local location of this NetBarrierprivate final NetBarrierLocation
NetBarrier.remoteLocation
The location that this NetBarrier is connected toMethods in org.jcsp.net2 that return NetBarrierLocationModifier and TypeMethodDescription(package private) NetBarrierLocation
NetBarrier.getLocalLocation()
Gets the local location of the barrierstatic NetBarrierLocation
Takes the string representation of a NetBarrierLocation and converts it back into an object for usage by JCSP.Methods in org.jcsp.net2 with parameters of type NetBarrierLocationModifier and TypeMethodDescription(package private) static NetBarrier
NetBarrier.create
(NetBarrierLocation loc, int localEnroll) Static factory method for creating a client end of a NetBarrierstatic NetBarrier
NetBarrierEnd.netBarrier
(NetBarrierLocation loc, int enrolled) Creates a new client end of a NetBarrierConstructors in org.jcsp.net2 with parameters of type NetBarrierLocationModifierConstructorDescriptionprivate
NetBarrier
(BarrierData barData, int numToEnroll, int netNumToEnroll, NetBarrierLocation serverLocation, AltingChannelInput inToBar, ChannelOutput toLink) The constructor for a NetBarrier -
Uses of NetBarrierLocation in org.jcsp.net2.bns
Fields in org.jcsp.net2.bns declared as NetBarrierLocationModifier and TypeFieldDescription(package private) NetBarrierLocation
BNSMessage.location
The location of a resolves or registered barrierMethods in org.jcsp.net2.bns that return NetBarrierLocationModifier and TypeMethodDescriptionResolves a name on the BNS, retrieving the NetBarrierLocation for the NetBarrier