Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
org.jcsp.net |
This is main package for JCSP.NET.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedAltingConnectionClient<T>
Implements a client end of a Connection which can have multiple
client processes.
|
Modifier and Type | Method and Description |
---|---|
SharedConnectionClient<T> |
SharedConnectionClient.duplicate()
Returns a duplicates
SharedConnectionClient object
which may be used by another process to this instance. |
SharedConnectionClient |
SharedAltingConnectionClient.duplicate()
Returns a
SharedConnectionClient object that is
a duplicate of the object on which this method is called. |
static SharedConnectionClient[] |
Connection.getClientArray(Any2AnyConnection[] c)
Returns an array of client connection ends suitable for use by multiple concurrent
processes.
|
static SharedConnectionClient[] |
Connection.getClientArray(Any2OneConnection[] c)
Returns an array of client connection ends suitable for use by multiple concurrent
processes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetSharedConnectionClient
This interface should be implemented by classes that
wish to act as
SharedConnectionClient
objects which accept connections from
ConnectionClient objects from over a JCSP.NET
network. |
Modifier and Type | Class and Description |
---|---|
class |
NetSharedAltingConnectionClient
Defines a class whose instances should be
that connect to a ConnectionServer over a JCSP.NET
network. |
Modifier and Type | Method and Description |
---|---|
SharedConnectionClient |
NetSharedAltingConnectionClient.duplicate()
Produces a duplicate
NetSharedAltingConnectionClient object which
may be used by another process. |
Copyright © 1996–2016. All rights reserved.