Uses of Class
org.jcsp.lang.AltingConnectionClient
Packages that use AltingConnectionClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of AltingConnectionClient in org.jcsp.lang
Subclasses of AltingConnectionClient in org.jcsp.langModifier and TypeClassDescriptionclass
This class does not need to be used by standard JCSP users.class
Implements a client end of a Connection which can have multiple client processes.Fields in org.jcsp.lang declared as AltingConnectionClientModifier and TypeFieldDescriptionprivate AltingConnectionClient
One2AnyConnectionImpl.client
private AltingConnectionClient
<T> One2OneConnectionImpl.client
Methods in org.jcsp.lang that return AltingConnectionClientModifier and TypeMethodDescriptionOne2AnyConnection.client()
Returns the client part of the connection.One2AnyConnectionImpl.client()
Returns theAltingConnectionClient
that can be used by a single process at any instance.One2OneConnection.client()
Returns the client end of the connection.One2OneConnectionImpl.client()
Returns theAltingConnectionClient
that can be used by a single process at any instance.static AltingConnectionClient[]
Connection.getClientArray
(One2AnyConnection[] c) Returns an array of client connection ends suitable for use as guards in anAlternative
construct.static AltingConnectionClient[]
Connection.getClientArray
(One2OneConnection[] c) Returns an array of client connection ends suitable for use as guards in anAlternative
construct. -
Uses of AltingConnectionClient in org.jcsp.net
Subclasses of AltingConnectionClient in org.jcsp.netModifier and TypeClassDescriptionclass
Instances of this class areAltingConnectionClient
objects which connect toConnectionServer
objects over a JCSP.NET network.class
Defines a class whose instances should be
that connect to aSharedAltingConnectionClient
ConnectionServer
over a JCSP.NET network. -
Uses of AltingConnectionClient in org.jcsp.net2
Subclasses of AltingConnectionClient in org.jcsp.net2