Uses of Class
org.jcsp.net2.NetBarrier
Packages that use NetBarrier
-
Uses of NetBarrier in org.jcsp.net2
Methods in org.jcsp.net2 that return NetBarrierModifier and TypeMethodDescription(package private) static NetBarrier
NetBarrier.create
(int localEnroll, int remoteEnroll) Static factory method used to create a server end of a NetBarrier(package private) static NetBarrier
NetBarrier.create
(int localEnroll, int remoteEnroll, int barrierIndex) Static factory method for creating a new NetBarrier with a given index(package private) static NetBarrier
NetBarrier.create
(NetBarrierLocation loc, int localEnroll) Static factory method for creating a client end of a NetBarrierstatic 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 NetBarrierModifier and TypeMethodDescriptionstatic 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 NetBarrierModifier and TypeMethodDescriptionboolean
BNSService.register
(String name, NetBarrier bar) Registers a Server end of a NetBarrier with the BNS