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
Methods in org.jcsp.net that return NetSharedChannelOutput Modifier and Type Method Description static NetSharedChannelOutput
NetChannelEnd. createAny2Net(NetChannelLocation loc)
NetSharedChannelOutput
NetChannelEndFactory. createAny2Net(NetChannelLocation loc)
Constructs aNetSharedChannelOutput
object.NetSharedChannelOutput
StandardNetChannelEndFactory. createAny2Net(NetChannelLocation loc)
NetSharedChannelOutput
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 NetSharedChannelOutput Modifier and Type Method Description static NetSharedChannelOutput
CNS. createAny2Net(String name)
static NetSharedChannelOutput
CNS. createAny2Net(String name, NameAccessLevel accessLevel)
NetSharedChannelOutput
CNSChannelEndManager. createAny2Net(String name)
Constructs aNetSharedChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.NetSharedChannelOutput
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.NetSharedChannelOutput
NamedChannelEndFactory. createAny2Net(String name)
Constructs aNetSharedChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.NetSharedChannelOutput
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 NetSharedChannelOutput Modifier and Type Method Description NetSharedChannelOutput
MigratableChannelEndFactory. createAny2Net(NetChannelLocation loc)
-