Uses of Interface
org.jcsp.lang.One2OneChannel
-
Packages that use One2OneChannel Package Description org.jcsp.awt This provides CSP extensions for all AWTComponentcomponents: GUI events and widget configurations map to channel communications.org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.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.org.jcsp.net.tcpip org.jcsp.util.filter 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 One2OneChannel Modifier and Type Field Description private One2OneChannelActiveTextEnterArea. configureAprivate One2OneChannelActiveTextEnterField. configureAprivate One2OneChannelActiveTextEnterArea. configureBprivate One2OneChannelActiveTextEnterField. configureBprivate One2OneChannelActiveTextEnterArea. keyEventprivate One2OneChannelActiveTextEnterField. keyEventprivate One2OneChannelActiveTextEnterArea. textEventprivate One2OneChannelActiveTextEnterField. textEventprivate One2OneChannelActiveClosingFrame. windowEvent -
Uses of One2OneChannel in org.jcsp.lang
Classes in org.jcsp.lang that implement One2OneChannel Modifier and Type Class Description (package private) classBufferedOne2OneChannel<T>This implements a one-to-one object channel with user-definable buffering.(package private) classOne2OneChannelImpl<T>This implements a one-to-one object channel.(package private) classPoisonableBufferedOne2OneChannel<T>This implements a one-to-one object channel with user-definable buffering.(package private) classPoisonableOne2OneChannelImpl<T>This implements a one-to-one object channel.Fields in org.jcsp.lang declared as One2OneChannel Modifier and Type Field Description private One2OneChannel<T>BasicOne2OneChannelSymmetric. cprivate One2OneChannel<T>Any2AnyConnectionImpl. chanFromServerprivate One2OneChannelAny2OneConnectionImpl. chanFromServerprivate One2OneChannel<T>One2AnyConnectionImpl. chanFromServerprivate One2OneChannel<T>Any2AnyConnectionImpl. chanToServerprivate One2OneChannelAny2OneConnectionImpl. chanToServerprivate One2OneChannel<T>One2AnyConnectionImpl. chanToServerMethods in org.jcsp.lang that return One2OneChannel Modifier and Type Method Description One2OneChannel<T>[]BufferedChannelArrayFactory. createOne2One(ChannelDataStore<T> buffer, int n)Deprecated.Creates a populated array ofnOne2Onechannels with the specified buffering behaviour.One2OneChannel<T>BufferedChannelFactory. createOne2One(ChannelDataStore<T> buffer)Deprecated.Creates a newOne2Onechannel with the given buffering behaviour.static One2OneChannelChannel. createOne2One()Deprecated.Use theChannel.one2one()method instead.static One2OneChannel[]Channel. createOne2One(int n)Deprecated.Use theChannel.one2oneArray(int)method instead.static One2OneChannelChannel. 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 ofnOne2Onechannels.One2OneChannel<T>ChannelFactory. createOne2One()Deprecated.Creates a newOne2Onechannel.One2OneChannel<T>StandardChannelFactory. createOne2One()Constructs and returns aOne2OneChannelobject.One2OneChannel<T>[]StandardChannelFactory. createOne2One(int n)Constructs and returns an array ofOne2OneChannelobjects.One2OneChannel<T>StandardChannelFactory. createOne2One(ChannelDataStore<T> buffer)Constructs and returns aOne2OneChannelobject which uses the specifiedChannelDataStoreobject as a buffer.One2OneChannel<T>[]StandardChannelFactory. createOne2One(ChannelDataStore<T> buffer, int n)Constructs and returns an array ofOne2OneChannelobjects which use the specifiedChannelDataStoreobject 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 One2OneChannel Modifier and Type Method Description static <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 Modifier and Type Field Description private One2OneChannelLink. pingReplyChan -
Uses of One2OneChannel in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as One2OneChannel Modifier and Type Field Description private One2OneChannelCNSService. deregisterReplyChanprivate One2OneChannelCNSService. leaseReplyChanprivate One2OneChannelCNSService. registerReplyChanChannels used to get replies from the service processprivate One2OneChannelCNS. startedReplyChan(package private) One2OneChannelCNSService.PendingResolve. sync -
Uses of One2OneChannel in org.jcsp.net.dynamic
Fields in org.jcsp.net.dynamic declared as One2OneChannel Modifier and Type Field Description private One2OneChannelClassManager. classRegReplyChanUsed to pass replies from the main process thread to callers of theregisterClassmethod.private One2OneChannelNodeClassLoader. classReqChannel for passing requests from thefindClassmethod to the child process.private One2OneChannelNodeClassLoader. classRespChannel for returning data from the child process to thefindClassmethod. -
Uses of One2OneChannel in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as One2OneChannel Modifier and Type Field Description private One2OneChannelSpawnerService. terminateTermination channel. -
Uses of One2OneChannel in org.jcsp.net.tcpip
Fields in org.jcsp.net.tcpip declared as One2OneChannel Modifier and Type Field Description (package private) static One2OneChannelTCPIPCNSServer. terminateFor use by other sub classes of this class to terminate the server.(package private) static One2OneChannelTCPIPCNSServer2. terminateFor 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.filter Modifier and Type Interface Description interfaceFilteredOne2OneChannelInterface for aOne2Onechannel that supports filtering operations at each end.Classes in org.jcsp.util.filter that implement One2OneChannel Modifier and Type Class Description (package private) classFilteredOne2OneChannelImplImplements aOne2Onechannel that supports filtering at each end.Methods in org.jcsp.util.filter that return One2OneChannel Modifier and Type Method Description One2OneChannelFilteredChannelFactory. createOne2One()Creates a new One2One channel with the filtering options set for this factory.One2OneChannel[]FilteredChannelFactory. createOne2One(int n)Constructs and returns an array ofOne2OneChannelobjects.One2OneChannelFilteredChannelFactory. createOne2One(ChannelDataStore buffer)Creates a new One2One channel with the filtering options set for this factory and the specified data buffer.One2OneChannel[]FilteredChannelFactory. createOne2One(ChannelDataStore buffer, int n)Constructs and returns an array ofOne2OneChannelobjects with a given buffering behaviour.Constructors in org.jcsp.util.filter with parameters of type One2OneChannel Constructor Description FilteredOne2OneChannelImpl(One2OneChannel chan)Constructs a new filtered channel based on an existing channel.
-