|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SharedConnectionClient | |
---|---|
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. |
Uses of SharedConnectionClient in org.jcsp.lang |
---|
Classes in org.jcsp.lang that implement SharedConnectionClient | |
---|---|
class |
SharedAltingConnectionClient<T>
Implements a client end of a Connection which can have multiple client processes. |
Methods in org.jcsp.lang that return SharedConnectionClient | |
---|---|
SharedConnectionClient |
SharedAltingConnectionClient.duplicate()
Returns a SharedConnectionClient object that is
a duplicate of the object on which this method is called. |
SharedConnectionClient<T> |
SharedConnectionClient.duplicate()
Returns a duplicates SharedConnectionClient object
which may be used by another process to this instance. |
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. |
Uses of SharedConnectionClient in org.jcsp.net |
---|
Subinterfaces of SharedConnectionClient in org.jcsp.net | |
---|---|
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. |
Classes in org.jcsp.net that implement SharedConnectionClient | |
---|---|
class |
NetSharedAltingConnectionClient
Defines a class whose instances should be
that connect to a ConnectionServer over a JCSP.NET
network. |
Methods in org.jcsp.net that return SharedConnectionClient | |
---|---|
SharedConnectionClient |
NetSharedAltingConnectionClient.duplicate()
Produces a duplicate NetSharedAltingConnectionClient object which
may be used by another process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |