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
Methods in org.jcsp.net2 that return NetBarrierLocation Modifier and Type Method Description static NetBarrierLocation
NetBarrierLocation. parse(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 static NetBarrier
NetBarrierEnd. netBarrier(NetBarrierLocation loc, int enrolled)
Creates a new client end of a NetBarrier -
Uses of NetBarrierLocation in org.jcsp.net2.bns
Methods in org.jcsp.net2.bns that return NetBarrierLocation Modifier and Type Method Description NetBarrierLocation
BNSService. resolve(String name)
Resolves a name on the BNS, retrieving the NetBarrierLocation for the NetBarrier
-