|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetChannelInput | |
---|---|
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. |
Uses of NetChannelInput in org.jcsp.net |
---|
Subinterfaces of NetChannelInput in org.jcsp.net | |
---|---|
interface |
NetSharedChannelInput
This interface should be implemented by classes that wish to act as NetChannelInput objects
which can be used by muliple concurrent processes. |
Classes in org.jcsp.net that implement NetChannelInput | |
---|---|
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. |
Uses of NetChannelInput in org.jcsp.net.cns |
---|
Methods in org.jcsp.net.cns with parameters of type NetChannelInput | |
---|---|
static void |
CNS.destroyChannelEnd(NetChannelInput chanInEnd)
|
void |
NamedChannelEndManager.destroyChannelEnd(NetChannelInput chanInEnd)
Destroys an individual NetChannelInput object
that was constructed with this instance. |
void |
CNSChannelEndManager.destroyChannelEnd(NetChannelInput chanInEnd)
Destroys an individual NetChannelInput object
that was constructed with this instance. |
Uses of NetChannelInput in org.jcsp.net.dynamic |
---|
Subinterfaces of NetChannelInput in org.jcsp.net.dynamic | |
---|---|
interface |
MigratableChannelInput
A migratable networked input channel end. |
Classes in org.jcsp.net.dynamic that implement NetChannelInput | |
---|---|
class |
MigratableAltingChannelInput
A migratable input channel end that can be used as a guard within an Alternative . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |