Uses of Class
org.jcsp.net2.NetBarrierLocation

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

Uses of NetBarrierLocation in org.jcsp.net2
 

Methods in org.jcsp.net2 that return NetBarrierLocation
static NetBarrierLocation NetBarrierLocation.parse(String str)
          Takes the string representation of a NetBarrierLocation and converts it back into an object for usage by JCSP.
 

Methods in org.jcsp.net2 with parameters of type NetBarrierLocation
static NetBarrier NetBarrierEnd.netBarrier(NetBarrierLocation loc, int enrolled)
          Creates a new client end of a NetBarrier
 

Uses of NetBarrierLocation in org.jcsp.net2.bns
 

Methods in org.jcsp.net2.bns that return NetBarrierLocation
 NetBarrierLocation BNSService.resolve(String name)
          Resolves a name on the BNS, retrieving the NetBarrierLocation for the NetBarrier
 



Copyright © 1996-2012. All Rights Reserved.