Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Any2AnyConnectionImpl<T>
This class is an implementation of
Any2AnyConnection . |
(package private) class |
One2AnyConnectionImpl<T>
This class is an implementation of
One2AnyConnection . |
Modifier and Type | Field and Description |
---|---|
private ConnectionWithSharedAltingServer |
SharedConnectionServerImpl.parent |
Constructor and Description |
---|
SharedConnectionServerImpl(AltingChannelInput openIn,
AltingChannelInput requestIn,
ChannelInput synchIn,
SharedChannelOutput synchOut,
ConnectionWithSharedAltingServer parent) |