Uses of Interface
org.jcsp.net.NetSharedChannelOutput
-
Packages that use NetSharedChannelOutput 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 NetSharedChannelOutput in org.jcsp.net
Classes in org.jcsp.net that implement NetSharedChannelOutput Modifier and Type Class Description (package private) classAny2NetChannelA channel for network output (TX).Methods in org.jcsp.net that return NetSharedChannelOutput Modifier and Type Method Description static NetSharedChannelOutputNetChannelEnd. createAny2Net(NetChannelLocation loc)NetSharedChannelOutputNetChannelEndFactory. createAny2Net(NetChannelLocation loc)Constructs aNetSharedChannelOutputobject.NetSharedChannelOutputStandardNetChannelEndFactory. createAny2Net(NetChannelLocation loc)NetSharedChannelOutputUnacknowledgedNetChannelEndFactory. createAny2Net(NetChannelLocation loc)Creates an unacknowledged output channel end suitable for use by multiple writers. -
Uses of NetSharedChannelOutput in org.jcsp.net.cns
Methods in org.jcsp.net.cns that return NetSharedChannelOutput Modifier and Type Method Description static NetSharedChannelOutputCNS. createAny2Net(java.lang.String name)static NetSharedChannelOutputCNS. createAny2Net(java.lang.String name, NameAccessLevel accessLevel)NetSharedChannelOutputCNSChannelEndManager. createAny2Net(java.lang.String name)Constructs aNetSharedChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name.NetSharedChannelOutputCNSChannelEndManager. createAny2Net(java.lang.String name, NameAccessLevel accessLevel)Constructs aNetSharedChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name that exists in the supplied namespace.NetSharedChannelOutputNamedChannelEndFactory. createAny2Net(java.lang.String name)Constructs aNetSharedChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name.NetSharedChannelOutputNamedChannelEndFactory. createAny2Net(java.lang.String name, NameAccessLevel accessLevel)Constructs aNetSharedChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name that exists in the supplied namespace. -
Uses of NetSharedChannelOutput in org.jcsp.net.dynamic
Methods in org.jcsp.net.dynamic that return NetSharedChannelOutput Modifier and Type Method Description NetSharedChannelOutputMigratableChannelEndFactory. createAny2Net(NetChannelLocation loc)
-