Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.bns |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static NetBarrier |
BNS.netBarrier(java.lang.String name,
int enrolled)
Creates a new client end of a NetBarrier
|
static NetBarrier |
BNS.netBarrier(java.lang.String name,
int localEnrolled,
int netEnrolled)
Creates a new server end of a NetBarrier with the given name
|
static NetBarrier |
BNS.numberedNetBarrier(java.lang.String name,
int index,
int localEnrolled,
int netEnrolled)
Creates a new server end of a NetBarrier with a given index and name
|
Modifier and Type | Method and Description |
---|---|
boolean |
BNSService.register(java.lang.String name,
NetBarrier bar)
Registers a Server end of a NetBarrier with the BNS
|
Copyright © 1996–2021. All rights reserved.