Uses of Interface
org.jcsp.net.NetChannelOutput
Packages that use NetChannelOutput
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.
Supports the remote spawning of processes at other nodes.
-
Uses of NetChannelOutput in org.jcsp.net
Subinterfaces of NetChannelOutput in org.jcsp.netModifier and TypeInterfaceDescriptioninterface
This interface should be implemented by classes that wish to act asNetChannelOutput
objects which can be used by muliple concurrent processes.Classes in org.jcsp.net that implement NetChannelOutputModifier and TypeClassDescription(package private) class
A channel for network output (TX).(package private) class
A channel for network output (TX).Fields in org.jcsp.net declared as NetChannelOutputModifier and TypeFieldDescriptionprivate NetChannelOutput
NetSharedAltingConnectionClient.backToClient
private NetChannelOutput
NetSharedAltingConnectionClient.openToServer
private NetChannelOutput
NetSharedAltingConnectionClient.reqToServer
Methods in org.jcsp.net that return NetChannelOutputModifier and TypeMethodDescriptionstatic NetChannelOutput
NetChannelEnd.createOne2Net
(NetChannelLocation loc) NetChannelEndFactory.createOne2Net
(NetChannelLocation loc) Constructs aNetChannelOutput
object.StandardNetChannelEndFactory.createOne2Net
(NetChannelLocation loc) UnacknowledgedNetChannelEndFactory.createOne2Net
(NetChannelLocation loc) Creates an unacknowledged output channel end suitable for use by a single writer.Constructors in org.jcsp.net with parameters of type NetChannelOutputModifierConstructorDescription(package private)
NetAltingConnectionClient
(NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient) protected
NetSharedAltingConnectionClient
(Any2OneChannel synchChan, NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient) Constructor for NetSharedAltingConnectionClient. -
Uses of NetChannelOutput in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as NetChannelOutputMethods in org.jcsp.net.cns that return NetChannelOutputModifier and TypeMethodDescriptionstatic NetChannelOutput
CNS.createOne2Net
(String name) static NetChannelOutput
CNS.createOne2Net
(String name, NameAccessLevel accessLevel) CNSChannelEndManager.createOne2Net
(String name) Constructs aNetChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.CNSChannelEndManager.createOne2Net
(String name, NameAccessLevel accessLevel) Constructs aNetChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name that exists in the supplied namespace.NamedChannelEndFactory.createOne2Net
(String name) Constructs aNetChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.NamedChannelEndFactory.createOne2Net
(String name, NameAccessLevel accessLevel) Constructs aNetChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name that exists in the supplied namespace.Methods in org.jcsp.net.cns with parameters of type NetChannelOutputModifier and TypeMethodDescriptionstatic void
CNS.destroyChannelEnd
(NetChannelOutput chanOutEnd) void
CNSChannelEndManager.destroyChannelEnd
(NetChannelOutput chanOutEnd) Destroys an individualNetChannelOutput
object that was constructed with this instance.void
NamedChannelEndManager.destroyChannelEnd
(NetChannelOutput chanOutEnd) Destroys an individualNetChannelOutput
object that was constructed with this instance. -
Uses of NetChannelOutput in org.jcsp.net.dynamic
Subinterfaces of NetChannelOutput in org.jcsp.net.dynamicModifier and TypeInterfaceDescriptioninterface
A migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement NetChannelOutputModifier and TypeClassDescription(package private) class
Implements of a migratable networked channel output end.Fields in org.jcsp.net.dynamic declared as NetChannelOutputModifier and TypeFieldDescriptionprivate NetChannelOutput
MigratableChannelOutputImpl.actualOut
The actual networked output channel end.private NetChannelOutput
OutputReconnectionManagerCNSImpl.chanOut
Underlying networked channel output end.Methods in org.jcsp.net.dynamic that return NetChannelOutputModifier and TypeMethodDescriptionMigratableChannelEndFactory.createOne2Net
(NetChannelLocation loc) OutputReconnectionManager.getOutputChannel()
Returns the underlying channel output end.OutputReconnectionManagerCNSImpl.getOutputChannel()
Constructors in org.jcsp.net.dynamic with parameters of type NetChannelOutputModifierConstructorDescriptionMigratableChannelOutputImpl
objects constructed with this constructor make use of the default channel name service.Constructs a newOutputReconnectionManagerCNSImpl
with the given underlying networked channel output end.OutputReconnectionManagerCNSImpl
(NetChannelOutput out, String cnsServiceName) Constructs a newOutputReconnectionManagerCNSImpl
with the given underlying networked channel output end using a specific CNS service. -
Uses of NetChannelOutput in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as NetChannelOutputModifier and TypeFieldDescriptionprivate final NetChannelOutput
ProcessSpawner.caller
For sending data back to the calling JVM who is running theRemoteProcess
proxy.Constructors in org.jcsp.net.remote with parameters of type NetChannelOutputModifierConstructorDescriptionProcessSpawner
(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, String classPath) Constructs a new spawner.