Uses of Package
org.jcsp.lang

Packages that use org.jcsp.lang
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 provides an assortment of plug-and-play CSP components to wire together (with Object-carrying wires) and reuse.
This provides an assortment of plug-and-play CSP components to wire together (with int-carrying wires) and reuse.
 
This defines filtering channels that can apply transformations to objects as they are read and/or written.
  • Classes in org.jcsp.lang used by org.jcsp.awt
    Class
    Description
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    This extends Guard and ChannelInputInt to enable a process to choose between many integer input (and other) events.
    This defines the interface for reading from an Object channel.
    This defines the interface for writing to object channels.
    This defines the interface for writing to integer channels.
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
    TaggedProtocol is the base class for messages carrying an occam2-like tagged (CASE) protocol over JCSP channels.
  • Classes in org.jcsp.lang used by org.jcsp.lang
    Class
    Description
    This enables a process to wait passively for and choose between a number of Guard events.
    This is the front-end for a barrier that can be used as a Guard in an Alternative.
    This extends Guard and ChannelAccept to enable a process to choose between many CALL channel (and other) events.
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    This extends Guard and ChannelInputInt to enable a process to choose between many integer input (and other) events.
    This extends Guard and ChannelOutput to enable a process to choose between many integer output (and other) events.
    This extends Guard and ChannelOutputInt to enable a process to choose between many integer output (and other) events.
    This class is sub-classed by JCSP.NET classes to provide ConnectionClient objects which can have their receive() method alted over.
    This class does not need to be used by standard JCSP users.
    An interface to connection.
    This defines the interface for an any-to-any Object channel, safe for use by many writers and many readers.
    This defines an interface for an any-to-any integer channel, safe for use by many writers and many readers.
    Defines an interface for a connection shared by multiple clients and multiple servers.
    This defines an interface for an any-to-one Object channel, safe for use by many writers and one reader.
    This defines an interface for an any-to-one integer channel, safe for use by many writers and one reader.
    Defines an interface for a connection that can be shared by multiple concurrent clients but used by a single server.
    This enables bucket synchronisation between a set of processes.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    This defines the interface for accepting CALL channels.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Thrown by a read or a write method of a channel when a reject has been called and the synchronization and data transfer will not complete.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    This defines the interface for reading from an Object channel.
    This defines the interface for reading from object channels.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    This defines the interface for writing to object channels.
    This defines the interface for writing to integer channels.
    Defines an interface for a factory that can create arrays of connections.
    This is an interface to be implemented by classes that wish to act as a client to connect to a ConnectionServer.
    Defines an interface for a factory than can create connections.
    This interface should be implemented by classes that wish to act as connection servers and to accept requests from ConnectionClient objects.
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
    This is the super-class for all Alternative events selectable by a process.
    This defines the interface for a one-to-any Object channel, safe for use by one writer and many readers.
    This defines the interface for a one-to-any integer channel, safe for use by one writer and many readers.
    An interface for a connection which can be used by only one client but which can be used by multiple concurrent servers.
    This defines the interface for a one-to-one Object channel.
    This defines the interface for a one-to-one integer channel.
    This defines the interface for a symmetric one-to-one Object channel.
    This defines the interface for a symmetric one-to-one integer channel.
    Defines an interface for a connection that can be used by a single server and single client.
    This process constructor taks an array of CSProcesses and returns a CSProcess that is the parallel composition of its process arguments.
    All channel-ends implement this inteface.
    Deprecated.
    This channel is superceded by the poison mechanisms, please see PoisonException
    Deprecated.
    This channel is superceded by the poison mechanisms, please see PoisonException.
    Deprecated.
    This channel is superceded by the poison mechanisms, please see PoisonException.
    Deprecated.
    This channel is superceded by the poison mechanisms, please see PoisonException.
    Implements a client end of a Connection which can have multiple client processes.
    This is the same as ChannelInput except that it is guaranteed safe to pass on to more than one internal process for parallel reading.
    This is the same as ChannelInputInt except that it is guaranteed safe to pass on to more than one internal process for parallel reading.
    This is the same as ChannelOutput except that it is guaranteed safe to pass on to more than one internal process for parallel writing.
    This is the same as ChannelOutputInt except that it is guaranteed safe to pass on to more than one internal process for parallel writing.
    Defines an interface for a client end of a connection that can be shared by multiple clients.
    Defines an interface for a server end of a connection that can be shared by multiple concurrent processes.
    This class acts as a Factory for creating channels.
  • Classes in org.jcsp.lang used by org.jcsp.net
    Class
    Description
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    Deprecated.
    There is no longer any need to use this class, after the 1.1 class reorganisation.
    This class is sub-classed by JCSP.NET classes to provide ConnectionClient objects which can have their receive() method alted over.
    This class does not need to be used by standard JCSP users.
    This defines an interface for an any-to-one Object channel, safe for use by many writers and one reader.
    This defines the interface for reading from an Object channel.
    This defines the interface for writing to object channels.
    This is an interface to be implemented by classes that wish to act as a client to connect to a ConnectionServer.
    This interface should be implemented by classes that wish to act as connection servers and to accept requests from ConnectionClient objects.
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
    This is the super-class for all Alternative events selectable by a process.
    All channel-ends implement this inteface.
    Implements a client end of a Connection which can have multiple client processes.
    This is the same as ChannelInput except that it is guaranteed safe to pass on to more than one internal process for parallel reading.
    This is the same as ChannelOutput except that it is guaranteed safe to pass on to more than one internal process for parallel writing.
    Defines an interface for a client end of a connection that can be shared by multiple clients.
    Defines an interface for a server end of a connection that can be shared by multiple concurrent processes.
  • Classes in org.jcsp.lang used by org.jcsp.net.cns
    Class
    Description
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Class
    Description
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    Deprecated.
    There is no longer any need to use this class, after the 1.1 class reorganisation.
    This defines the interface for reading from an Object channel.
    This defines the interface for writing to object channels.
    This is the super-class for all Alternative events selectable by a process.
    All channel-ends implement this inteface.
  • Class
    Description
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Classes in org.jcsp.lang used by org.jcsp.net2
    Class
    Description
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    Deprecated.
    There is no longer any need to use this class, after the 1.1 class reorganisation.
    This class is sub-classed by JCSP.NET classes to provide ConnectionClient objects which can have their receive() method alted over.
    An interface to connection.
    This enables barrier synchronisation between a set of processes.
    Thrown by a read or a write method of a channel when a reject has been called and the synchronization and data transfer will not complete.
    This defines the interface for reading from an Object channel.
    This defines the interface for writing to object channels.
    This is an interface to be implemented by classes that wish to act as a client to connect to a ConnectionServer.
    This interface should be implemented by classes that wish to act as connection servers and to accept requests from ConnectionClient objects.
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
    This is the super-class for all Alternative events selectable by a process.
    All channel-ends implement this inteface.
    This exception is thrown when a process tries to use a channel that has been poisoned.
    This is the same as ChannelInput except that it is guaranteed safe to pass on to more than one internal process for parallel reading.
    This is the same as ChannelOutput except that it is guaranteed safe to pass on to more than one internal process for parallel writing.
  • Classes in org.jcsp.lang used by org.jcsp.net2.bns
    Class
    Description
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Classes in org.jcsp.lang used by org.jcsp.net2.cns
    Class
    Description
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Class
    Description
    This defines the interface for reading from an Object channel.
    This defines the interface for writing to object channels.
    All channel-ends implement this inteface.
  • Class
    Description
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Class
    Description
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    This defines the interface for reading from an Object channel.
    This defines the interface for writing to object channels.
    This defines the interface for writing to integer channels.
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Class
    Description
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    This extends Guard and ChannelInputInt to enable a process to choose between many integer input (and other) events.
    This defines the interface for reading from an Object channel.
    This defines the interface for reading from object channels.
    This defines the interface for writing to object channels.
    This defines the interface for writing to integer channels.
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Classes in org.jcsp.lang used by org.jcsp.test
    Class
    Description
    This is the front-end for a barrier that can be used as a Guard in an Alternative.
    This defines the interface for reading from an Object channel.
    This defines the interface for reading from object channels.
    This defines the interface for writing to object channels.
    This defines the interface for writing to integer channels.
    This is the JCSP interface for a process - an active component that encapsulates the data structures on which it operates.
  • Class
    Description
    This extends Guard and ChannelInput to enable a process to choose between many object input (and other) events.
    Deprecated.
    There is no longer any need to use this class, after the 1.1 class reorganisation.
    This defines the interface for an any-to-any Object channel, safe for use by many writers and many readers.
    This defines an interface for an any-to-one Object channel, safe for use by many writers and one reader.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    Thrown by a read or a write method of a channel when a reject has been called and the synchronization and data transfer will not complete.
    Deprecated.
    These channel factories are deprecated in favour of the new one2one() methods in the Channel class.
    This defines the interface for reading from an Object channel.
    Deprecated.
    There is no longer any need to use this class, after the 1.1 class reorganisation.
    This defines the interface for writing to object channels.
    Deprecated.
    There is no longer any need to use this class, after the 1.1 class reorganisation.
    This is the super-class for all Alternative events selectable by a process.
    This defines the interface for a one-to-any Object channel, safe for use by one writer and many readers.
    This defines the interface for a one-to-one Object channel.
    All channel-ends implement this inteface.
    This exception is thrown when a process tries to use a channel that has been poisoned.
    This is the same as ChannelInput except that it is guaranteed safe to pass on to more than one internal process for parallel reading.
    This is the same as ChannelOutput except that it is guaranteed safe to pass on to more than one internal process for parallel writing.