Uses of Interface
org.jcsp.lang.ConnectionWithSharedAltingClient
Packages that use ConnectionWithSharedAltingClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
-
Uses of ConnectionWithSharedAltingClient in org.jcsp.lang
Subinterfaces of ConnectionWithSharedAltingClient in org.jcsp.langModifier and TypeInterfaceDescriptioninterface
Defines an interface for a connection shared by multiple clients and multiple servers.interface
Defines an interface for a connection that can be shared by multiple concurrent clients but used by a single server.Classes in org.jcsp.lang that implement ConnectionWithSharedAltingClientModifier and TypeClassDescription(package private) class
This class is an implementation ofAny2AnyConnection
.(package private) class
This class is an implementation ofAny2OneConnection
.Fields in org.jcsp.lang declared as ConnectionWithSharedAltingClientModifier and TypeFieldDescriptionprivate ConnectionWithSharedAltingClient
SharedAltingConnectionClient.parent
Constructors in org.jcsp.lang with parameters of type ConnectionWithSharedAltingClientModifierConstructorDescriptionprotected
SharedAltingConnectionClient
(AltingChannelInput fromServer, ChannelInput synchIn, ChannelOutput openToServer, ChannelOutput reqToServer, SharedChannelOutput synchOut, ChannelOutput backToClient, ConnectionWithSharedAltingClient parent)