Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.bns | |
org.jcsp.net2.cns | |
org.jcsp.net2.mobile |
Modifier and Type | Interface and Description |
---|---|
interface |
NetSharedChannelInput<T>
Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Net2AnyChannel<T>
This class is a concrete implementation of a NetSharedChannelInput, and acts as a wrapper to a Net2OneChannel,
allowing safe shared access.
|
(package private) class |
Net2OneChannel<T>
A concrete implementation of a NetAltingChannelInput.
|
class |
NetAltingChannelInput<T>
A NetChannelInput that may be used as a guard.
|
Modifier and Type | Field and Description |
---|---|
private NetChannelInput |
BNSService.fromBNS
The incoming channel to receive messages from the BNS
|
Modifier and Type | Field and Description |
---|---|
private NetChannelInput |
CNSService.fromCNS
The incoming channel to receive messages from the CNS from
|
Modifier and Type | Method and Description |
---|---|
boolean |
CNSService.register(java.lang.String name,
NetChannelInput in)
Registers an input end with the CNS
|
Modifier and Type | Class and Description |
---|---|
class |
MobileChannelInput |
Modifier and Type | Field and Description |
---|---|
private NetChannelInput |
MobileChannelInput.actualIn |
(package private) NetChannelInput |
DynamicClassLoader.classDataResponse |
(package private) static NetChannelInput |
ClassManager.in |