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 TypeInterfaceDescriptioninterfaceThis interface should be implemented by classes that wish to act asNetChannelInputobjects which can be used by muliple concurrent processes.Classes in org.jcsp.net that implement NetChannelInputModifier and TypeClassDescription(package private) classA channel for network input (RX).(package private) classA channel for network input (RX).classAn abstract class that is sub-classed by classes whose instances should be networked channel ends that can be used as anobjects.AltingChannelInput -
Uses of NetChannelInput in org.jcsp.net.cns
Methods in org.jcsp.net.cns with parameters of type NetChannelInputModifier and TypeMethodDescriptionstatic voidCNS.destroyChannelEnd(NetChannelInput chanInEnd) voidCNSChannelEndManager.destroyChannelEnd(NetChannelInput chanInEnd) Destroys an individualNetChannelInputobject that was constructed with this instance.voidNamedChannelEndManager.destroyChannelEnd(NetChannelInput chanInEnd) Destroys an individualNetChannelInputobject that was constructed with this instance. -
Uses of NetChannelInput in org.jcsp.net.dynamic
Subinterfaces of NetChannelInput in org.jcsp.net.dynamicModifier and TypeInterfaceDescriptioninterfaceA migratable networked input channel end.Classes in org.jcsp.net.dynamic that implement NetChannelInputModifier and TypeClassDescriptionclassA migratable input channel end that can be used as a guard within anAlternative.(package private) classImplements a migratable input channel end that can be used in anAlternative.