Uses of Interface
org.jcsp.net.NetChannelOutput
-
Packages that use NetChannelOutput 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 NetChannelOutput in org.jcsp.net
Subinterfaces of NetChannelOutput in org.jcsp.net Modifier and Type Interface Description interface
NetSharedChannelOutput
This interface should be implemented by classes that wish to act asNetChannelOutput
objects which can be used by muliple concurrent processes.Methods in org.jcsp.net that return NetChannelOutput Modifier and Type Method Description static NetChannelOutput
NetChannelEnd. createOne2Net(NetChannelLocation loc)
NetChannelOutput
NetChannelEndFactory. createOne2Net(NetChannelLocation loc)
Constructs aNetChannelOutput
object.NetChannelOutput
StandardNetChannelEndFactory. createOne2Net(NetChannelLocation loc)
NetChannelOutput
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 NetChannelOutput Constructor Description NetSharedAltingConnectionClient(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 NetChannelOutput Modifier and Type Method Description static NetChannelOutput
CNS. createOne2Net(String name)
static NetChannelOutput
CNS. createOne2Net(String name, NameAccessLevel accessLevel)
NetChannelOutput
CNSChannelEndManager. createOne2Net(String name)
Constructs aNetChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.NetChannelOutput
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.NetChannelOutput
NamedChannelEndFactory. createOne2Net(String name)
Constructs aNetChannelOutput
object connected to aNetChannelInput
located at a location resolved from the specified channel name.NetChannelOutput
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 NetChannelOutput Modifier and Type Method Description static 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.dynamic Modifier and Type Interface Description interface
MigratableChannelOutput
A migratable networked channel output end.Methods in org.jcsp.net.dynamic that return NetChannelOutput Modifier and Type Method Description NetChannelOutput
MigratableChannelEndFactory. createOne2Net(NetChannelLocation loc)
NetChannelOutput
OutputReconnectionManager. getOutputChannel()
Returns the underlying channel output end.
-