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 interfaceNetSharedChannelInputThis 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 NetChannelInput Modifier and Type Class Description classNetAltingChannelInputAn 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 NetChannelInput Modifier and Type Method Description static 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.dynamic Modifier and Type Interface Description interfaceMigratableChannelInputA migratable networked input channel end.Classes in org.jcsp.net.dynamic that implement NetChannelInput Modifier and Type Class Description classMigratableAltingChannelInputA migratable input channel end that can be used as a guard within anAlternative.
-