Uses of Class
org.jcsp.net2.NetBarrier
-
Packages that use NetBarrier Package Description org.jcsp.net2 org.jcsp.net2.bns -
-
Uses of NetBarrier in org.jcsp.net2
Methods in org.jcsp.net2 that return NetBarrier Modifier and Type Method Description static NetBarrier
NetBarrierEnd. netBarrier(int localEnrolled, int netEnrolled)
Creates a new server end of a NetBarrierstatic NetBarrier
NetBarrierEnd. netBarrier(NetBarrierLocation loc, int enrolled)
Creates a new client end of a NetBarrierstatic NetBarrier
NetBarrierEnd. netBarrier(NodeAddress addr, int vbn, int enrolled)
Creates a new client end of a NetBarrier connected to the barrier with the given index on the given Nodestatic NetBarrier
NetBarrierEnd. netBarrier(NodeID nodeID, int vbn, int enrolled)
Creates a new client end of a NetBarrier connected to the barrier with the given index on the given Nodestatic NetBarrier
NetBarrierEnd. numberedNetBarrier(int index, int localEnrolled, int netEnrolled)
Creates a new server end of a NetBarrier with a given index -
Uses of NetBarrier in org.jcsp.net2.bns
Methods in org.jcsp.net2.bns that return NetBarrier Modifier and Type Method Description static NetBarrier
BNS. netBarrier(String name, int enrolled)
Creates a new client end of a NetBarrierstatic NetBarrier
BNS. netBarrier(String name, int localEnrolled, int netEnrolled)
Creates a new server end of a NetBarrier with the given namestatic NetBarrier
BNS. numberedNetBarrier(String name, int index, int localEnrolled, int netEnrolled)
Creates a new server end of a NetBarrier with a given index and nameMethods in org.jcsp.net2.bns with parameters of type NetBarrier Modifier and Type Method Description boolean
BNSService. register(String name, NetBarrier bar)
Registers a Server end of a NetBarrier with the BNS
-