Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
org.jcsp.net2 | |
org.jcsp.util.filter |
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
|
Modifier and Type | Class and Description |
---|---|
class |
PoisonException
This exception is thrown when a process tries to use a channel that
has been poisoned.
|
Modifier and Type | Method and Description |
---|---|
void |
RejectableChannelOutput.write(java.lang.Object o)
Deprecated.
Writes data over the channel.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkPoisonException
An exception thrown when a networked channel is poisoned.
|
Modifier and Type | Class and Description |
---|---|
class |
PoisonFilterException
Deprecated.
Use poison directly instead
|
Copyright © 1996–2022. All rights reserved.