Uses of Class
org.jcsp.lang.AltingConnectionClient
-
Packages that use AltingConnectionClient 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.org.jcsp.net2 -
-
Uses of AltingConnectionClient in org.jcsp.lang
Subclasses of AltingConnectionClient in org.jcsp.lang Modifier and Type Class Description class
AltingConnectionClientImpl<T>
This class does not need to be used by standard JCSP users.class
SharedAltingConnectionClient<T>
Implements a client end of a Connection which can have multiple client processes.Fields in org.jcsp.lang declared as AltingConnectionClient Modifier and Type Field Description private AltingConnectionClient
One2AnyConnectionImpl. client
private AltingConnectionClient<T>
One2OneConnectionImpl. client
Methods in org.jcsp.lang that return AltingConnectionClient Modifier and Type Method Description AltingConnectionClient<T>
One2AnyConnection. client()
Returns the client part of the connection.AltingConnectionClient
One2AnyConnectionImpl. client()
Returns theAltingConnectionClient
that can be used by a single process at any instance.AltingConnectionClient<T>
One2OneConnection. client()
Returns the client end of the connection.AltingConnectionClient<T>
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.net Modifier and Type Class Description class
NetAltingConnectionClient
Instances of this class areAltingConnectionClient
objects which connect toConnectionServer
objects over a JCSP.NET network.class
NetSharedAltingConnectionClient
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 Modifier and Type Class Description class
NetAltingConnectionClient
-