Uses of Class
org.jcsp.lang.SharedAltingConnectionClient
Packages that use SharedAltingConnectionClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of SharedAltingConnectionClient in org.jcsp.lang
Methods in org.jcsp.lang that return SharedAltingConnectionClientModifier and TypeMethodDescriptionAny2AnyConnection.client()
Returns a reference to the client end of the connection for use by the client processes.Any2AnyConnectionImpl.client()
Returns aSharedAltingConnectionClient
object for this connection.Any2OneConnection.client()
Returns a client end of the connection.Any2OneConnectionImpl.client()
Returns theAltingConnectionClient
that can be used by a single process at any instance.ConnectionWithSharedAltingClient.client()
-
Uses of SharedAltingConnectionClient in org.jcsp.net
Subclasses of SharedAltingConnectionClient in org.jcsp.netModifier and TypeClassDescriptionclass
Defines a class whose instances should be
that connect to aSharedAltingConnectionClient
ConnectionServer
over a JCSP.NET network.