|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Any2AnyConnection | |
---|---|
org.jcsp.lang | This provides classes and interfaces corresponding to the fundamental primitives of CSP. |
Uses of Any2AnyConnection in org.jcsp.lang |
---|
Methods in org.jcsp.lang that return Any2AnyConnection | ||
---|---|---|
static Any2AnyConnection |
Connection.createAny2Any()
|
|
|
ConnectionFactory.createAny2Any()
Constructs and returns an implementation of Any2AnyConnection . |
|
|
StandardConnectionFactory.createAny2Any()
|
|
static Any2AnyConnection[] |
Connection.createAny2Any(int n)
|
|
|
ConnectionArrayFactory.createAny2Any(int n)
Constructs and returns an array of instances of an implementation of Any2AnyConnection . |
|
|
StandardConnectionFactory.createAny2Any(int n)
|
Methods in org.jcsp.lang with parameters of type Any2AnyConnection | |
---|---|
static SharedConnectionClient[] |
Connection.getClientArray(Any2AnyConnection[] c)
Returns an array of client connection ends suitable for use by multiple concurrent processes. |
static SharedConnectionServer[] |
Connection.getServerArray(Any2AnyConnection[] c)
Returns an array of server connection ends suitable for use by multiple concurrent processes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |