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.
-
Uses of NetChannelOutput in org.jcsp.net
Subinterfaces of NetChannelOutput in org.jcsp.netModifier and TypeInterfaceDescriptioninterfaceThis interface should be implemented by classes that wish to act asNetChannelOutputobjects which can be used by muliple concurrent processes.Methods in org.jcsp.net that return NetChannelOutputModifier and TypeMethodDescriptionstatic NetChannelOutputNetChannelEnd.createOne2Net(NetChannelLocation loc) NetChannelEndFactory.createOne2Net(NetChannelLocation loc) Constructs aNetChannelOutputobject.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 NetChannelOutputModifierConstructorDescriptionprotectedNetSharedAltingConnectionClient(Any2OneChannel synchChan, NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient) Constructor for NetSharedAltingConnectionClient. -
Uses of NetChannelOutput in org.jcsp.net.cns
Methods in org.jcsp.net.cns that return NetChannelOutputModifier and TypeMethodDescriptionstatic NetChannelOutputCNS.createOne2Net(String name) static NetChannelOutputCNS.createOne2Net(String name, NameAccessLevel accessLevel) CNSChannelEndManager.createOne2Net(String name) Constructs aNetChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name.CNSChannelEndManager.createOne2Net(String name, NameAccessLevel accessLevel) Constructs aNetChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name that exists in the supplied namespace.NamedChannelEndFactory.createOne2Net(String name) Constructs aNetChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name.NamedChannelEndFactory.createOne2Net(String name, NameAccessLevel accessLevel) Constructs aNetChannelOutputobject connected to aNetChannelInputlocated 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 voidCNS.destroyChannelEnd(NetChannelOutput chanOutEnd) voidCNSChannelEndManager.destroyChannelEnd(NetChannelOutput chanOutEnd) Destroys an individualNetChannelOutputobject that was constructed with this instance.voidNamedChannelEndManager.destroyChannelEnd(NetChannelOutput chanOutEnd) Destroys an individualNetChannelOutputobject that was constructed with this instance. -
Uses of NetChannelOutput in org.jcsp.net.dynamic
Subinterfaces of NetChannelOutput in org.jcsp.net.dynamicModifier and TypeInterfaceDescriptioninterfaceA migratable 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.