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) class
A channel for network input (RX).Methods in org.jcsp.net that return NetSharedChannelInputModifier and TypeMethodDescriptionNetBufferedChannelEndFactory.createNet2Any
(ChannelDataStore buffer) Constructs aNetSharedChannelInput
object.static NetSharedChannelInput
NetChannelEnd.createNet2Any()
static NetSharedChannelInput
NetChannelEnd.createNet2Any
(String label) static NetSharedChannelInput
NetChannelEnd.createNet2Any
(String label, ChannelDataStore buffer) static NetSharedChannelInput
NetChannelEnd.createNet2Any
(ChannelDataStore buffer) NetChannelEndFactory.createNet2Any()
Constructs aNetSharedChannelInput
object.NetLabelledBufferedChannelEndFactory.createNet2Any
(String label, ChannelDataStore buffer) Constructs a bufferedNetSharedChannelInput
which has a VCN assigned with the specified label.NetLabelledChannelEndFactory.createNet2Any
(String label) Constructs aNetSharedChannelInput
which 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 NetSharedChannelInput
CNS.createNet2Any
(String name) static NetSharedChannelInput
CNS.createNet2Any
(String name, NameAccessLevel nameAccessLevel) CNSChannelEndManager.createNet2Any
(String name) Constructs aNetSharedChannelInput
object and registers its location with the supplied name in the global namespace of a channel naming service.CNSChannelEndManager.createNet2Any
(String name, NameAccessLevel nameAccessLevel) Constructs aNetSharedChannelInput
object and registers its location with the supplied name in specified namespace of a channel naming service.NamedChannelEndFactory.createNet2Any
(String name) Constructs aNetSharedChannelInput
object and registers its location with the supplied name in the global namespace of a channel naming service.NamedChannelEndFactory.createNet2Any
(String name, NameAccessLevel nameAccessLevel) Constructs aNetSharedChannelInput
object 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