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 |
Any2OneConnection<T>
Defines an interface for a connection that can be shared
by multiple concurrent clients but used by
a single server.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Any2AnyConnectionImpl<T>
This class is an implementation of
Any2AnyConnection . |
(package private) class |
Any2OneConnectionImpl<T>
This class is an implementation of
Any2OneConnection . |
Modifier and Type | Field and Description |
---|---|
private ConnectionWithSharedAltingClient |
SharedAltingConnectionClient.parent |
Constructor and Description |
---|
SharedAltingConnectionClient(AltingChannelInput fromServer,
ChannelInput synchIn,
ChannelOutput openToServer,
ChannelOutput reqToServer,
SharedChannelOutput synchOut,
ChannelOutput backToClient,
ConnectionWithSharedAltingClient parent) |