Uses of Interface
org.jcsp.net.NetChannelInput
Packages that use NetChannelInput
Package
Description
This is main package for JCSP.NET.
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of NetChannelInput in org.jcsp.net
Subinterfaces of NetChannelInput in org.jcsp.netModifier and TypeInterfaceDescriptioninterface
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 NetChannelInputModifier and TypeClassDescription(package private) class
A channel for network input (RX).(package private) class
A channel for network input (RX).class
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 NetChannelInputModifier and TypeMethodDescriptionstatic 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.dynamicModifier and TypeInterfaceDescriptioninterface
A migratable networked input channel end.Classes in org.jcsp.net.dynamic that implement NetChannelInputModifier and TypeClassDescriptionclass
A migratable input channel end that can be used as a guard within anAlternative
.(package private) class
Implements a migratable input channel end that can be used in anAlternative
.