Uses of Interface
org.jcsp.lang.One2OneChannel
Packages that use One2OneChannel
Package
Description
This provides CSP extensions for all AWT
Component
components:
GUI events and widget configurations map to channel communications.This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
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.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of One2OneChannel in org.jcsp.awt
Fields in org.jcsp.awt declared as One2OneChannelModifier and TypeFieldDescriptionprivate One2OneChannel
ActiveTextEnterArea.configureA
private One2OneChannel
ActiveTextEnterField.configureA
private One2OneChannel
ActiveTextEnterArea.configureB
private One2OneChannel
ActiveTextEnterField.configureB
private One2OneChannel
ActiveTextEnterArea.keyEvent
private One2OneChannel
ActiveTextEnterField.keyEvent
private One2OneChannel
ActiveTextEnterArea.textEvent
private One2OneChannel
ActiveTextEnterField.textEvent
private One2OneChannel
ActiveClosingFrame.windowEvent
-
Uses of One2OneChannel in org.jcsp.lang
Classes in org.jcsp.lang that implement One2OneChannelModifier and TypeClassDescription(package private) class
This implements a one-to-one object channel with user-definable buffering.(package private) class
This implements a one-to-one object channel.(package private) class
This implements a one-to-one object channel with user-definable buffering.(package private) class
This implements a one-to-one object channel.Fields in org.jcsp.lang declared as One2OneChannelModifier and TypeFieldDescriptionprivate final One2OneChannel<T>
BasicOne2OneChannelSymmetric.c
private One2OneChannel<T>
Any2AnyConnectionImpl.chanFromServer
private One2OneChannel
Any2OneConnectionImpl.chanFromServer
private One2OneChannel<T>
One2AnyConnectionImpl.chanFromServer
private One2OneChannel<T>
Any2AnyConnectionImpl.chanToServer
private One2OneChannel
Any2OneConnectionImpl.chanToServer
private One2OneChannel<T>
One2AnyConnectionImpl.chanToServer
Methods in org.jcsp.lang that return One2OneChannelModifier and TypeMethodDescriptionOne2OneChannel<T>[]
BufferedChannelArrayFactory.createOne2One
(ChannelDataStore<T> buffer, int n) Deprecated.Creates a populated array ofn
One2One
channels with the specified buffering behaviour.BufferedChannelFactory.createOne2One
(ChannelDataStore<T> buffer) Deprecated.Creates a newOne2One
channel with the given buffering behaviour.static One2OneChannel
Channel.createOne2One()
Deprecated.static One2OneChannel[]
Channel.createOne2One
(int n) Deprecated.Use theChannel.one2oneArray(int)
method instead.static One2OneChannel
Channel.createOne2One
(ChannelDataStore buffer) Deprecated.Use theChannel.one2one(ChannelDataStore)
method instead.static One2OneChannel[]
Channel.createOne2One
(ChannelDataStore buffer, int n) Deprecated.Use theChannel.one2oneArray(int,ChannelDataStore)
method instead.One2OneChannel<T>[]
ChannelArrayFactory.createOne2One
(int n) Deprecated.Creates a populated array ofn
One2One
channels.ChannelFactory.createOne2One()
Deprecated.Creates a newOne2One
channel.StandardChannelFactory.createOne2One()
Constructs and returns aOne2OneChannel
object.One2OneChannel<T>[]
StandardChannelFactory.createOne2One
(int n) Constructs and returns an array ofOne2OneChannel
objects.StandardChannelFactory.createOne2One
(ChannelDataStore<T> buffer) Constructs and returns aOne2OneChannel
object which uses the specifiedChannelDataStore
object as a buffer.One2OneChannel<T>[]
StandardChannelFactory.createOne2One
(ChannelDataStore<T> buffer, int n) Constructs and returns an array ofOne2OneChannel
objects which use the specifiedChannelDataStore
object as a buffer.static <T> One2OneChannel<T>
Channel.one2one()
This constructs an Object carrying channel that may only be connected to one writer and one reader process at a time.static <T> One2OneChannel<T>
Channel.one2one
(int immunity) This constructs a poisonable one-one Object channel.static <T> One2OneChannel<T>
Channel.one2one
(ChannelDataStore<T> buffer) This constructs a one-one Object channel with user chosen buffering size and policy.static <T> One2OneChannel<T>
Channel.one2one
(ChannelDataStore<T> buffer, int immunity) This constructs a buffered poisonable one-one Object channel.static <T> One2OneChannel<T>[]
Channel.one2oneArray
(int size) This constructs an array of one-one Object channels.static <T> One2OneChannel<T>[]
Channel.one2oneArray
(int size, int immunity) This constructs an array of poisonable one-one Object channels.static <T> One2OneChannel<T>[]
Channel.one2oneArray
(int size, ChannelDataStore<T> buffer) This constructs an array of buffered one-one Object channels.static <T> One2OneChannel<T>[]
Channel.one2oneArray
(int size, ChannelDataStore<T> buffer, int immunity) This constructs an array of buffered poisonable one-one Object channels.Methods in org.jcsp.lang with parameters of type One2OneChannelModifier and TypeMethodDescriptionstatic <T> AltingChannelInput<T>[]
Channel.getInputArray
(One2OneChannel<T>[] c) This extracts the input-ends from the given channel array.static <T> ChannelOutput<T>[]
Channel.getOutputArray
(One2OneChannel<T>[] c) This extracts the output-ends from the given channel array. -
Uses of One2OneChannel in org.jcsp.net
Fields in org.jcsp.net declared as One2OneChannel -
Uses of One2OneChannel in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as One2OneChannelModifier and TypeFieldDescriptionprivate final One2OneChannel
CNSService.deregisterReplyChan
private final One2OneChannel
CNSService.leaseReplyChan
private final One2OneChannel
CNSService.registerReplyChan
Channels used to get replies from the service processprivate One2OneChannel
CNS.startedReplyChan
(package private) final One2OneChannel
CNSService.PendingResolve.sync
-
Uses of One2OneChannel in org.jcsp.net.dynamic
Fields in org.jcsp.net.dynamic declared as One2OneChannelModifier and TypeFieldDescriptionprivate One2OneChannel
ClassManager.classRegReplyChan
Used to pass replies from the main process thread to callers of theregisterClass
method.private final One2OneChannel
NodeClassLoader.classReq
Channel for passing requests from thefindClass
method to the child process.private final One2OneChannel
NodeClassLoader.classResp
Channel for returning data from the child process to thefindClass
method. -
Uses of One2OneChannel in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as One2OneChannelModifier and TypeFieldDescriptionprivate final One2OneChannel
SpawnerService.terminate
Termination channel. -
Uses of One2OneChannel in org.jcsp.net.tcpip
Fields in org.jcsp.net.tcpip declared as One2OneChannelModifier and TypeFieldDescription(package private) static final One2OneChannel
TCPIPCNSServer.terminate
For use by other sub classes of this class to terminate the server.(package private) static final One2OneChannel
TCPIPCNSServer2.terminate
For use by other sub classes of this class to terminate the server. -
Uses of One2OneChannel in org.jcsp.util.filter
Subinterfaces of One2OneChannel in org.jcsp.util.filterModifier and TypeInterfaceDescriptioninterface
Interface for aOne2One
channel that supports filtering operations at each end.Classes in org.jcsp.util.filter that implement One2OneChannelModifier and TypeClassDescription(package private) class
Implements aOne2One
channel that supports filtering at each end.Methods in org.jcsp.util.filter that return One2OneChannelModifier and TypeMethodDescriptionFilteredChannelFactory.createOne2One()
Creates a new One2One channel with the filtering options set for this factory.FilteredChannelFactory.createOne2One
(int n) Constructs and returns an array ofOne2OneChannel
objects.FilteredChannelFactory.createOne2One
(ChannelDataStore buffer) Creates a new One2One channel with the filtering options set for this factory and the specified data buffer.FilteredChannelFactory.createOne2One
(ChannelDataStore buffer, int n) Constructs and returns an array ofOne2OneChannel
objects with a given buffering behaviour.Constructors in org.jcsp.util.filter with parameters of type One2OneChannelModifierConstructorDescriptionConstructs a new filtered channel based on an existing channel.
Channel.one2one()
method instead.