Uses of Interface
org.jcsp.lang.ConnectionWithSharedAltingServer
-
Packages that use ConnectionWithSharedAltingServer Package Description org.jcsp.lang 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.lang Modifier and Type Interface Description interface
Any2AnyConnection<T>
Defines an interface for a connection shared by multiple clients and multiple servers.interface
One2AnyConnection<T>
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 ConnectionWithSharedAltingServer Modifier and Type Class Description (package private) class
Any2AnyConnectionImpl<T>
This class is an implementation ofAny2AnyConnection
.(package private) class
One2AnyConnectionImpl<T>
This class is an implementation ofOne2AnyConnection
.Fields in org.jcsp.lang declared as ConnectionWithSharedAltingServer Modifier and Type Field Description private ConnectionWithSharedAltingServer
SharedConnectionServerImpl. parent
Constructors in org.jcsp.lang with parameters of type ConnectionWithSharedAltingServer Constructor Description SharedConnectionServerImpl(AltingChannelInput openIn, AltingChannelInput requestIn, ChannelInput synchIn, SharedChannelOutput synchOut, ConnectionWithSharedAltingServer parent)
-