Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.mobile |
Modifier and Type | Interface and Description |
---|---|
interface |
NetChannelInput<T>
This interface defines a ChannelInput that is also networked.
|
interface |
NetChannelOutput<T>
An interface defining a ChannelOutput that is networked.
|
interface |
NetConnectionClient |
interface |
NetConnectionServer |
interface |
NetSharedChannelInput<T>
Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.
|
interface |
NetSharedChannelOutput<T>
Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes.
|
Modifier and Type | Class and Description |
---|---|
class |
NetAltingChannelInput<T>
A NetChannelInput that may be used as a guard.
|
class |
NetAltingConnectionClient |
class |
NetAltingConnectionServer |
class |
NetBarrier
This class is a networked implementation of the standard JCSP Barrier.
|
Modifier and Type | Class and Description |
---|---|
class |
MobileChannelInput |
class |
MobileChannelOutput |
Copyright © 1996–2015. All rights reserved.