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.org.jcsp.net.remote Supports the remote spawning of processes at other nodes. -
-
Uses of NetChannelOutput in org.jcsp.net
Subinterfaces of NetChannelOutput in org.jcsp.net Modifier and Type Interface Description interfaceNetSharedChannelOutputThis interface should be implemented by classes that wish to act asNetChannelOutputobjects which can be used by muliple concurrent processes.Classes in org.jcsp.net that implement NetChannelOutput Modifier and Type Class Description (package private) classAny2NetChannelA channel for network output (TX).(package private) classOne2NetChannelA channel for network output (TX).Fields in org.jcsp.net declared as NetChannelOutput Modifier and Type Field Description private NetChannelOutputNetSharedAltingConnectionClient. backToClientprivate NetChannelOutputNetSharedAltingConnectionClient. openToServerprivate NetChannelOutputNetSharedAltingConnectionClient. reqToServerMethods in org.jcsp.net that return NetChannelOutput Modifier and Type Method Description static NetChannelOutputNetChannelEnd. createOne2Net(NetChannelLocation loc)NetChannelOutputNetChannelEndFactory. createOne2Net(NetChannelLocation loc)Constructs aNetChannelOutputobject.NetChannelOutputStandardNetChannelEndFactory. createOne2Net(NetChannelLocation loc)NetChannelOutputUnacknowledgedNetChannelEndFactory. 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 NetAltingConnectionClient(NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient)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 NetChannelOutput Modifier and Type Field Description private NetChannelOutputCNSService. toCNSMethods in org.jcsp.net.cns that return NetChannelOutput Modifier and Type Method Description static NetChannelOutputCNS. createOne2Net(java.lang.String name)static NetChannelOutputCNS. createOne2Net(java.lang.String name, NameAccessLevel accessLevel)NetChannelOutputCNSChannelEndManager. createOne2Net(java.lang.String name)Constructs aNetChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name.NetChannelOutputCNSChannelEndManager. createOne2Net(java.lang.String name, NameAccessLevel accessLevel)Constructs aNetChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name that exists in the supplied namespace.NetChannelOutputNamedChannelEndFactory. createOne2Net(java.lang.String name)Constructs aNetChannelOutputobject connected to aNetChannelInputlocated at a location resolved from the specified channel name.NetChannelOutputNamedChannelEndFactory. createOne2Net(java.lang.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 NetChannelOutput Modifier and Type Method Description static 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.dynamic Modifier and Type Interface Description interfaceMigratableChannelOutputA migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement NetChannelOutput Modifier and Type Class Description (package private) classMigratableChannelOutputImplImplements of a migratable networked channel output end.Fields in org.jcsp.net.dynamic declared as NetChannelOutput Modifier and Type Field Description private NetChannelOutputMigratableChannelOutputImpl. actualOutThe actual networked output channel end.private NetChannelOutputOutputReconnectionManagerCNSImpl. chanOutUnderlying networked channel output end.Methods in org.jcsp.net.dynamic that return NetChannelOutput Modifier and Type Method Description NetChannelOutputMigratableChannelEndFactory. createOne2Net(NetChannelLocation loc)NetChannelOutputOutputReconnectionManager. getOutputChannel()Returns the underlying channel output end.NetChannelOutputOutputReconnectionManagerCNSImpl. getOutputChannel()Constructors in org.jcsp.net.dynamic with parameters of type NetChannelOutput Constructor Description MigratableChannelOutputImpl(NetChannelOutput out)MigratableChannelOutputImplobjects constructed with this constructor make use of the default channel name service.OutputReconnectionManagerCNSImpl(NetChannelOutput out)Constructs a newOutputReconnectionManagerCNSImplwith the given underlying networked channel output end.OutputReconnectionManagerCNSImpl(NetChannelOutput out, java.lang.String cnsServiceName)Constructs a newOutputReconnectionManagerCNSImplwith 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 NetChannelOutput Modifier and Type Field Description private NetChannelOutputProcessSpawner. callerFor sending data back to the calling JVM who is running theRemoteProcessproxy.Constructors in org.jcsp.net.remote with parameters of type NetChannelOutput Constructor Description ProcessSpawner(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, java.lang.String classPath)Constructs a new spawner.
-