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 NetBarrierNetBarrierEnd. netBarrier(int localEnrolled, int netEnrolled)Creates a new server end of a NetBarrierstatic NetBarrierNetBarrierEnd. netBarrier(NetBarrierLocation loc, int enrolled)Creates a new client end of a NetBarrierstatic NetBarrierNetBarrierEnd. 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 NetBarrierNetBarrierEnd. 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 NetBarrierNetBarrierEnd. 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 NetBarrierBNS. netBarrier(String name, int enrolled)Creates a new client end of a NetBarrierstatic NetBarrierBNS. netBarrier(String name, int localEnrolled, int netEnrolled)Creates a new server end of a NetBarrier with the given namestatic NetBarrierBNS. 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 booleanBNSService. register(String name, NetBarrier bar)Registers a Server end of a NetBarrier with the BNS
-