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 NetBarrierLocation
NetBarrier. localLocation
The local location of this NetBarrierprivate NetBarrierLocation
NetBarrier. remoteLocation
The location that this NetBarrier is connected toMethods in org.jcsp.net2 that return NetBarrierLocation Modifier and Type Method Description (package private) NetBarrierLocation
NetBarrier. getLocalLocation()
Gets the local location of the barrierstatic NetBarrierLocation
NetBarrierLocation. 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 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 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) NetBarrierLocation
BNSMessage. location
The location of a resolves or registered barrierMethods in org.jcsp.net2.bns that return NetBarrierLocation Modifier and Type Method Description NetBarrierLocation
BNSService. resolve(java.lang.String name)
Resolves a name on the BNS, retrieving the NetBarrierLocation for the NetBarrier
-