Uses of Class
org.jcsp.net2.NetBarrier

Packages that use NetBarrier
org.jcsp.net2   
org.jcsp.net2.bns   
 

Uses of NetBarrier in org.jcsp.net2
 

Methods in org.jcsp.net2 that return NetBarrier
static NetBarrier NetBarrierEnd.netBarrier(int localEnrolled, int netEnrolled)
          Creates a new server end of a NetBarrier
static NetBarrier NetBarrierEnd.netBarrier(NetBarrierLocation loc, int enrolled)
          Creates a new client end of a NetBarrier
static 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 Node
static 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 Node
static 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
static NetBarrier BNS.netBarrier(String name, int enrolled)
          Creates a new client end of a NetBarrier
static NetBarrier BNS.netBarrier(String name, int localEnrolled, int netEnrolled)
          Creates a new server end of a NetBarrier with the given name
static NetBarrier BNS.numberedNetBarrier(String name, int index, int localEnrolled, int netEnrolled)
          Creates a new server end of a NetBarrier with a given index and name
 

Methods in org.jcsp.net2.bns with parameters of type NetBarrier
 boolean BNSService.register(String name, NetBarrier bar)
          Registers a Server end of a NetBarrier with the BNS
 



Copyright © 1996-2012. All Rights Reserved.