Uses of Interface
org.jcsp.net.NetSharedChannelInput
Packages that use NetSharedChannelInput
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 NetSharedChannelInput in org.jcsp.net
Classes in org.jcsp.net that implement NetSharedChannelInputModifier and TypeClassDescription(package private) classA channel for network input (RX).Methods in org.jcsp.net that return NetSharedChannelInputModifier and TypeMethodDescriptionNetBufferedChannelEndFactory.createNet2Any(ChannelDataStore buffer) Constructs aNetSharedChannelInputobject.static NetSharedChannelInputNetChannelEnd.createNet2Any()static NetSharedChannelInputNetChannelEnd.createNet2Any(String label) static NetSharedChannelInputNetChannelEnd.createNet2Any(String label, ChannelDataStore buffer) static NetSharedChannelInputNetChannelEnd.createNet2Any(ChannelDataStore buffer) NetChannelEndFactory.createNet2Any()Constructs aNetSharedChannelInputobject.NetLabelledBufferedChannelEndFactory.createNet2Any(String label, ChannelDataStore buffer) Constructs a bufferedNetSharedChannelInputwhich has a VCN assigned with the specified label.NetLabelledChannelEndFactory.createNet2Any(String label) Constructs aNetSharedChannelInputwhich has a VCN assigned with the specified label.StandardNetChannelEndFactory.createNet2Any()StandardNetChannelEndFactory.createNet2Any(String label) StandardNetChannelEndFactory.createNet2Any(String label, ChannelDataStore buffer) StandardNetChannelEndFactory.createNet2Any(ChannelDataStore buffer) -
Uses of NetSharedChannelInput in org.jcsp.net.cns
Methods in org.jcsp.net.cns that return NetSharedChannelInputModifier and TypeMethodDescriptionstatic NetSharedChannelInputCNS.createNet2Any(String name) static NetSharedChannelInputCNS.createNet2Any(String name, NameAccessLevel nameAccessLevel) CNSChannelEndManager.createNet2Any(String name) Constructs aNetSharedChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.CNSChannelEndManager.createNet2Any(String name, NameAccessLevel nameAccessLevel) Constructs aNetSharedChannelInputobject and registers its location with the supplied name in specified namespace of a channel naming service.NamedChannelEndFactory.createNet2Any(String name) Constructs aNetSharedChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.NamedChannelEndFactory.createNet2Any(String name, NameAccessLevel nameAccessLevel) Constructs aNetSharedChannelInputobject and registers its location with the supplied name in specified namespace of a channel naming service. -
Uses of NetSharedChannelInput in org.jcsp.net.dynamic
Methods in org.jcsp.net.dynamic that return NetSharedChannelInput