Uses of Interface
org.jcsp.lang.ConnectionWithSharedAltingServer
Packages that use ConnectionWithSharedAltingServer
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
-
Uses of ConnectionWithSharedAltingServer in org.jcsp.lang
Subinterfaces of ConnectionWithSharedAltingServer in org.jcsp.langModifier and TypeInterfaceDescriptioninterface
Defines an interface for a connection shared by multiple clients and multiple servers.interface
An interface for a connection which can be used by only one client but which can be used by multiple concurrent servers.Classes in org.jcsp.lang that implement ConnectionWithSharedAltingServerModifier and TypeClassDescription(package private) class
This class is an implementation ofAny2AnyConnection
.(package private) class
This class is an implementation ofOne2AnyConnection
.Fields in org.jcsp.lang declared as ConnectionWithSharedAltingServerModifier and TypeFieldDescriptionprivate ConnectionWithSharedAltingServer
SharedConnectionServerImpl.parent
Constructors in org.jcsp.lang with parameters of type ConnectionWithSharedAltingServerModifierConstructorDescriptionprotected
SharedConnectionServerImpl
(AltingChannelInput openIn, AltingChannelInput requestIn, ChannelInput synchIn, SharedChannelOutput synchOut, ConnectionWithSharedAltingServer parent)