Uses of Interface
org.jcsp.lang.Any2OneChannel
-
Packages that use Any2OneChannel Package Description 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.net2 org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. -
-
Uses of Any2OneChannel in org.jcsp.lang
Classes in org.jcsp.lang that implement Any2OneChannel Modifier and Type Class Description (package private) classAny2OneChannelImpl<T>This implements an any-to-one object channel, safe for use by many writers and one reader.(package private) classAny2OneImpl<T>(package private) classBufferedAny2OneChannel<T>This implements an any-to-one object channel with user-definable buffering, safe for use by many writers and one reader.(package private) classPoisonableAny2OneChannelImpl<T>(package private) classPoisonableBufferedAny2OneChannel<T>Fields in org.jcsp.lang declared as Any2OneChannel Modifier and Type Field Description private Any2OneChannel<T>Any2AnyConnectionImpl. chanClientSynchprivate Any2OneChannel<T>Any2AnyConnectionImpl. chanServerSynchprivate Any2OneChannelAny2OneConnectionImpl. chanSynchprivate Any2OneChannel<T>One2AnyConnectionImpl. chanSynchMethods in org.jcsp.lang that return Any2OneChannel Modifier and Type Method Description static <T> Any2OneChannel<T>Channel. any2one()This constructs an Object carrying channel that may be connected to any number of writer processes, but only one reader at a time.static <T> Any2OneChannel<T>Channel. any2one(int immunity)This constructs a poisonable any-one Object channel.static <T> Any2OneChannel<T>Channel. any2one(ChannelDataStore<T> buffer)This constructs an any-one Object channel with user chosen buffering size and policy.static <T> Any2OneChannel<T>Channel. any2one(ChannelDataStore<T> buffer, int immunity)This constructs a buffered poisonable any-one Object channel.static <T> Any2OneChannel<T>[]Channel. any2oneArray(int size)This constructs an array of any-one Object channels.static <T> Any2OneChannel<T>[]Channel. any2oneArray(int size, int immunity)This constructs an array of poisonable any-one Object channels.static <T> Any2OneChannel<T>[]Channel. any2oneArray(int size, ChannelDataStore<T> buffer)This constructs an array of buffered any-one Object channels.static <T> Any2OneChannel<T>[]Channel. any2oneArray(int size, ChannelDataStore<T> buffer, int immunity)This constructs an array of buffered poisonable any-one Object channels.Any2OneChannel<T>[]BufferedChannelArrayFactory. createAny2One(ChannelDataStore<T> buffer, int n)Deprecated.Creates a populated array ofnAny2Onechannels with the specified buffering behaviour.Any2OneChannel<T>BufferedChannelFactory. createAny2One(ChannelDataStore<T> buffer)Deprecated.Creates a newAny2Onechannel with the given buffering behaviour.static Any2OneChannelChannel. createAny2One()Deprecated.Use theChannel.any2one()method instead.static Any2OneChannel[]Channel. createAny2One(int n)Deprecated.Use theChannel.any2oneArray(int)method instead.static Any2OneChannelChannel. createAny2One(ChannelDataStore buffer)Deprecated.Use theChannel.any2one(ChannelDataStore)method instead.static Any2OneChannel[]Channel. createAny2One(ChannelDataStore buffer, int n)Deprecated.Use theChannel.any2oneArray(int,ChannelDataStore)method instead.Any2OneChannel<T>[]ChannelArrayFactory. createAny2One(int n)Deprecated.Creates a populated array ofnAny2Onechannels.Any2OneChannel<T>ChannelFactory. createAny2One()Deprecated.Creates a newAny2Onechannel.Any2OneChannel<T>StandardChannelFactory. createAny2One()Constructs and returns anAny2OneChannelobject.Any2OneChannel<T>[]StandardChannelFactory. createAny2One(int n)Constructs and returns an array ofAny2OneChannelobjects.Any2OneChannel<T>StandardChannelFactory. createAny2One(ChannelDataStore<T> buffer)Constructs and returns aAny2OneChannelobject which uses the specifiedChannelDataStoreobject as a buffer.Any2OneChannel<T>[]StandardChannelFactory. createAny2One(ChannelDataStore<T> buffer, int n)Constructs and returns an array ofAny2OneChannelobjects which use the specifiedChannelDataStoreobject as a buffer.Methods in org.jcsp.lang with parameters of type Any2OneChannel Modifier and Type Method Description static <T> AltingChannelInput<T>[]Channel. getInputArray(Any2OneChannel<T>[] c)This extracts the input-ends from the given channel array.static <T> SharedChannelOutput<T>[]Channel. getOutputArray(Any2OneChannel<T>[] c)This extracts the output-ends from the given channel array. -
Uses of Any2OneChannel in org.jcsp.net
Fields in org.jcsp.net declared as Any2OneChannel Modifier and Type Field Description Any2OneChannelIndexManager.ChannelAndIndex. channelprivate Any2OneChannelLinkManager. checkForLink(package private) static Any2OneChannelOne2NetChannel. failedLinksprivate Any2OneChannelLinkManager. getNodeIDChanprivate Any2OneChannelLinkManager. linkFailureChanprivate Any2OneChannelLinkManager. lostLinkChanprivate Any2OneChannelLinkManager. registerEventChannelprivate Any2OneChannelLinkManager. requestLinkprivate Any2OneChannelNetChannelInputProcess. stopChannelprivate Any2OneChannelNetSharedAltingConnectionClient. synchChanprivate Any2OneChannelNetSharedConnectionServerImpl. synchChanConstructors in org.jcsp.net with parameters of type Any2OneChannel Constructor Description ChannelAndIndex(Any2OneChannel channel, long index)NetSharedAltingConnectionClient(Any2OneChannel synchChan, NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient)Constructor for NetSharedAltingConnectionClient.NetSharedConnectionServerImpl(Any2OneChannel synchChan, NetAltingChannelInput in)Constructor for NetSharedConnectionServerImpl. -
Uses of Any2OneChannel in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as Any2OneChannel Modifier and Type Field Description private Any2OneChannelCNSService. deregisterRequestChanprivate Any2OneChannelCNSService. leaseRequestChanprivate Any2OneChannelCNSService. registerRequestChanprivate Any2OneChannelCNSService. resolveRequestChanChannels used to send requests to the service processprivate Any2OneChannelCNS. stopChanprivate Any2OneChannelCNSService. stopChan -
Uses of Any2OneChannel in org.jcsp.net.dynamic
Fields in org.jcsp.net.dynamic declared as Any2OneChannel Modifier and Type Field Description private Any2OneChannelJFTP. classNotifyChild processes spawned to load classes from disk or from another node pass the loaded data on this channel to the main process fror forwarding to the requesting clients.private Any2OneChannelJFTP. classQueueChild processes spawned to load classes from Java archives will create additional requests on this channel to queue other files from the archive to be sent to a client.private Any2OneChannelClassManager. classRegChanUsed to pass requests to the main process thread from calls to theregisterClassmethod.private Any2OneChannelClassManager. classReqsUsed to pass requests to the main process thread from calls to thegetClassmethod. -
Uses of Any2OneChannel in org.jcsp.net2
Fields in org.jcsp.net2 declared as Any2OneChannel Modifier and Type Field Description private Any2OneChannelLink. txChannelThe channel connected to the Link Tx process. -
Uses of Any2OneChannel in org.jcsp.util.filter
Subinterfaces of Any2OneChannel in org.jcsp.util.filter Modifier and Type Interface Description interfaceFilteredAny2OneChannelInterface for an Any2One channel that supports filtering operations at each end.Classes in org.jcsp.util.filter that implement Any2OneChannel Modifier and Type Class Description (package private) classFilteredAny2OneChannelImplThis wraps up an Any2OneChannel object so that its input and output ends are separate objects.Methods in org.jcsp.util.filter that return Any2OneChannel Modifier and Type Method Description Any2OneChannelFilteredChannelFactory. createAny2One()Creates a new Any2One channel with the filtering options set for this factory.Any2OneChannel[]FilteredChannelFactory. createAny2One(int n)Constructs and returns an array ofAny2OneChannelobjects.Any2OneChannelFilteredChannelFactory. createAny2One(ChannelDataStore buffer)Creates a new Any2One channel with the filtering options set for this factory and the specified data buffer.Any2OneChannel[]FilteredChannelFactory. createAny2One(ChannelDataStore buffer, int n)Constructs and returns an array ofAny2OneChannelobjects with a given buffering behaviour.Constructors in org.jcsp.util.filter with parameters of type Any2OneChannel Constructor Description FilteredAny2OneChannelImpl(Any2OneChannel chan)Constructs a new filtered channel over the top of an existing channel.
-