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
Classes in org.jcsp.net that implement NetSharedChannelInput Modifier and Type Class Description (package private) classNet2AnyChannelA channel for network input (RX).Methods in org.jcsp.net that return NetSharedChannelInput Modifier and Type Method Description NetSharedChannelInputNetBufferedChannelEndFactory. createNet2Any(ChannelDataStore buffer)Constructs aNetSharedChannelInputobject.static NetSharedChannelInputNetChannelEnd. createNet2Any()static NetSharedChannelInputNetChannelEnd. createNet2Any(java.lang.String label)static NetSharedChannelInputNetChannelEnd. createNet2Any(java.lang.String label, ChannelDataStore buffer)static NetSharedChannelInputNetChannelEnd. createNet2Any(ChannelDataStore buffer)NetSharedChannelInputNetChannelEndFactory. createNet2Any()Constructs aNetSharedChannelInputobject.NetSharedChannelInputNetLabelledBufferedChannelEndFactory. createNet2Any(java.lang.String label, ChannelDataStore buffer)Constructs a bufferedNetSharedChannelInputwhich has a VCN assigned with the specified label.NetSharedChannelInputNetLabelledChannelEndFactory. createNet2Any(java.lang.String label)Constructs aNetSharedChannelInputwhich has a VCN assigned with the specified label.NetSharedChannelInputStandardNetChannelEndFactory. createNet2Any()NetSharedChannelInputStandardNetChannelEndFactory. createNet2Any(java.lang.String label)NetSharedChannelInputStandardNetChannelEndFactory. createNet2Any(java.lang.String label, ChannelDataStore buffer)NetSharedChannelInputStandardNetChannelEndFactory. 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 NetSharedChannelInputCNS. createNet2Any(java.lang.String name)static NetSharedChannelInputCNS. createNet2Any(java.lang.String name, NameAccessLevel nameAccessLevel)NetSharedChannelInputCNSChannelEndManager. createNet2Any(java.lang.String name)Constructs aNetSharedChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.NetSharedChannelInputCNSChannelEndManager. createNet2Any(java.lang.String name, NameAccessLevel nameAccessLevel)Constructs aNetSharedChannelInputobject and registers its location with the supplied name in specified namespace of a channel naming service.NetSharedChannelInputNamedChannelEndFactory. createNet2Any(java.lang.String name)Constructs aNetSharedChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.NetSharedChannelInputNamedChannelEndFactory. createNet2Any(java.lang.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 Modifier and Type Method Description NetSharedChannelInputMigratableChannelEndFactory. createNet2Any()
-