Uses of Interface
org.jcsp.net.NetChannelInput
-
Packages that use NetChannelInput 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. -
-
Uses of NetChannelInput in org.jcsp.net
Subinterfaces of NetChannelInput in org.jcsp.net Modifier and Type Interface Description interface
NetSharedChannelInput
This interface should be implemented by classes that wish to act asNetChannelInput
objects which can be used by muliple concurrent processes.Classes in org.jcsp.net that implement NetChannelInput Modifier and Type Class Description (package private) class
Net2AnyChannel
A channel for network input (RX).(package private) class
Net2OneChannel
A channel for network input (RX).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.AltingChannelInput
-
Uses of NetChannelInput in org.jcsp.net.cns
Methods in org.jcsp.net.cns with parameters of type NetChannelInput Modifier and Type Method Description static void
CNS. destroyChannelEnd(NetChannelInput chanInEnd)
void
CNSChannelEndManager. destroyChannelEnd(NetChannelInput chanInEnd)
Destroys an individualNetChannelInput
object that was constructed with this instance.void
NamedChannelEndManager. destroyChannelEnd(NetChannelInput chanInEnd)
Destroys an individualNetChannelInput
object that was constructed with this instance. -
Uses of NetChannelInput in org.jcsp.net.dynamic
Subinterfaces of NetChannelInput in org.jcsp.net.dynamic Modifier and Type Interface Description interface
MigratableChannelInput
A migratable networked input channel end.Classes in org.jcsp.net.dynamic that implement NetChannelInput Modifier and Type Class Description class
MigratableAltingChannelInput
A migratable input channel end that can be used as a guard within anAlternative
.(package private) class
MigratableAltingChannelInputImpl
Implements a migratable input channel end that can be used in anAlternative
.
-