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 NetBarrierNetBarrier.create(int localEnroll, int remoteEnroll) Static factory method used to create a server end of a NetBarrier(package private) static NetBarrierNetBarrier.create(int localEnroll, int remoteEnroll, int barrierIndex) Static factory method for creating a new NetBarrier with a given index(package private) static NetBarrierNetBarrier.create(NetBarrierLocation loc, int localEnroll) Static factory method for creating a client end of a NetBarrierstatic 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 NetBarrierModifier and TypeMethodDescriptionstatic 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 NetBarrierModifier and TypeMethodDescriptionbooleanBNSService.register(String name, NetBarrier bar) Registers a Server end of a NetBarrier with the BNS