Uses of Interface
org.jcsp.net.NetSharedChannelInput
-
Packages that use NetSharedChannelInput 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 NetSharedChannelInput in org.jcsp.net
Methods in org.jcsp.net that return NetSharedChannelInput Modifier and Type Method Description NetSharedChannelInput
NetBufferedChannelEndFactory. 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)
NetSharedChannelInput
NetChannelEndFactory. createNet2Any()
Constructs aNetSharedChannelInput
object.NetSharedChannelInput
NetLabelledBufferedChannelEndFactory. createNet2Any(String label, ChannelDataStore buffer)
Constructs a bufferedNetSharedChannelInput
which has a VCN assigned with the specified label.NetSharedChannelInput
NetLabelledChannelEndFactory. createNet2Any(String label)
Constructs aNetSharedChannelInput
which has a VCN assigned with the specified label.NetSharedChannelInput
StandardNetChannelEndFactory. createNet2Any()
NetSharedChannelInput
StandardNetChannelEndFactory. createNet2Any(String label)
NetSharedChannelInput
StandardNetChannelEndFactory. createNet2Any(String label, ChannelDataStore buffer)
NetSharedChannelInput
StandardNetChannelEndFactory. createNet2Any(ChannelDataStore buffer)
-
Uses of NetSharedChannelInput in org.jcsp.net.cns
Methods in org.jcsp.net.cns that return NetSharedChannelInput Modifier and Type Method Description static NetSharedChannelInput
CNS. createNet2Any(String name)
static NetSharedChannelInput
CNS. createNet2Any(String name, NameAccessLevel nameAccessLevel)
NetSharedChannelInput
CNSChannelEndManager. createNet2Any(String name)
Constructs aNetSharedChannelInput
object and registers its location with the supplied name in the global namespace of a channel naming service.NetSharedChannelInput
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.NetSharedChannelInput
NamedChannelEndFactory. createNet2Any(String name)
Constructs aNetSharedChannelInput
object and registers its location with the supplied name in the global namespace of a channel naming service.NetSharedChannelInput
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 Modifier and Type Method Description NetSharedChannelInput
MigratableChannelEndFactory. createNet2Any()
-