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 NetBarrierLocationNetBarrier.localLocationThe local location of this NetBarrierprivate final NetBarrierLocationNetBarrier.remoteLocationThe location that this NetBarrier is connected toMethods in org.jcsp.net2 that return NetBarrierLocationModifier and TypeMethodDescription(package private) NetBarrierLocationNetBarrier.getLocalLocation()Gets the local location of the barrierstatic NetBarrierLocationTakes 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 NetBarrierNetBarrier.create(NetBarrierLocation loc, int localEnroll) Static factory method for creating a client end of a NetBarrierstatic NetBarrierNetBarrierEnd.netBarrier(NetBarrierLocation loc, int enrolled) Creates a new client end of a NetBarrierConstructors in org.jcsp.net2 with parameters of type NetBarrierLocationModifierConstructorDescriptionprivateNetBarrier(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) NetBarrierLocationBNSMessage.locationThe 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