Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.cns |
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
|
org.jcsp.net.dynamic |
Supports dynamic operations over the JCSP.NET infrastructure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetSharedChannelInput
This interface should be implemented by classes that
wish to act as
NetChannelInput objects
which can be used by muliple concurrent processes. |
Modifier and Type | Class and Description |
---|---|
class |
NetAltingChannelInput
An abstract class that is sub-classed by classes whose instances
should be networked channel ends that can be used as an
objects. |
Modifier and Type | Method and Description |
---|---|
void |
NamedChannelEndManager.destroyChannelEnd(NetChannelInput chanInEnd)
Destroys an individual
NetChannelInput object
that was constructed with this instance. |
static void |
CNS.destroyChannelEnd(NetChannelInput chanInEnd) |
void |
CNSChannelEndManager.destroyChannelEnd(NetChannelInput chanInEnd)
Destroys an individual
NetChannelInput object
that was constructed with this instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
MigratableChannelInput
A migratable networked input channel end.
|
Modifier and Type | Class and Description |
---|---|
class |
MigratableAltingChannelInput
A migratable input channel end that can be used as a guard within an
Alternative . |
Copyright © 1996–2022. All rights reserved.