Uses of Interface
org.jcsp.net.NetSharedChannelOutput
Packages that use NetSharedChannelOutput
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 NetSharedChannelOutput in org.jcsp.net
Classes in org.jcsp.net that implement NetSharedChannelOutputModifier and TypeClassDescription(package private) class
A channel for network output (TX).Methods in org.jcsp.net that return NetSharedChannelOutputModifier and TypeMethodDescriptionstatic NetSharedChannelOutput
NetChannelEnd.createAny2Net
(NetChannelLocation loc) NetChannelEndFactory.createAny2Net
(NetChannelLocation loc) Constructs aNetSharedChannelOutput
object.StandardNetChannelEndFactory.createAny2Net
(NetChannelLocation loc) UnacknowledgedNetChannelEndFactory.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 NetSharedChannelOutputModifier and TypeMethodDescriptionstatic NetSharedChannelOutput
CNS.createAny2Net
(String name) static NetSharedChannelOutput
CNS.createAny2Net
(String name, NameAccessLevel accessLevel) CNSChannelEndManager.createAny2Net
(String name) Constructs aNetSharedChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.CNSChannelEndManager.createAny2Net
(String name, NameAccessLevel accessLevel) Constructs aNetSharedChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name that exists in the supplied namespace.NamedChannelEndFactory.createAny2Net
(String name) Constructs aNetSharedChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.NamedChannelEndFactory.createAny2Net
(String name, NameAccessLevel accessLevel) Constructs aNetSharedChannelOutput
object connected to aNetChannelInput
located 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 NetSharedChannelOutputModifier and TypeMethodDescriptionMigratableChannelEndFactory.createAny2Net
(NetChannelLocation loc)