Uses of Class
org.jcsp.net2.NetBarrierLocation
-
Packages that use NetBarrierLocation Package Description org.jcsp.net2 org.jcsp.net2.bns -
-
Uses of NetBarrierLocation in org.jcsp.net2
Fields in org.jcsp.net2 declared as NetBarrierLocation Modifier and Type Field Description private NetBarrierLocationNetBarrier. localLocationThe local location of this NetBarrierprivate NetBarrierLocationNetBarrier. remoteLocationThe location that this NetBarrier is connected toMethods in org.jcsp.net2 that return NetBarrierLocation Modifier and Type Method Description (package private) NetBarrierLocationNetBarrier. getLocalLocation()Gets the local location of the barrierstatic NetBarrierLocationNetBarrierLocation. parse(java.lang.String str)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 NetBarrierLocation Modifier and Type Method Description (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 NetBarrierLocation Constructor Description 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 NetBarrierLocation Modifier and Type Field Description (package private) NetBarrierLocationBNSMessage. locationThe location of a resolves or registered barrierMethods in org.jcsp.net2.bns that return NetBarrierLocation Modifier and Type Method Description NetBarrierLocationBNSService. resolve(java.lang.String name)Resolves a name on the BNS, retrieving the NetBarrierLocation for the NetBarrier
-