Package org.jcsp.net2
package org.jcsp.net2
-
ClassDescriptionAn outputting network channel (TX) that can be safely shared amongst multiple writers (Any2Net).Contains the data that relates to a networked Barrier.Describes the possible states that a networked Barrier might be in.Manages the networked Barriers in the system.A class that is used to keep track of the state of a network channel.Represents the state of the networked channel.A class used to manage the networked channels on the Node.This is the general exception thrown when something bad happens in the underlying architecture.Abstract class representing a Link.This class is used to create a new Link from a given NodeID or NodeAddress.Class for managing Links.Abstract class defining the LinkServer.A package-visible class that implements a straightforward mutex, for use by Net2AnyChannelThis class is a concrete implementation of a NetSharedChannelInput, and acts as a wrapper to a Net2OneChannel, allowing safe shared access.A concrete implementation of a NetAltingChannelInput.A NetChannelInput that may be used as a guard.This class is a networked implementation of the standard JCSP Barrier.This class is the factory class for creating NetBarrier objects.This class is a data structure representing the location of a NetBarrier in a network.A static factory object used to create networked channels.Deprecated.To conform with the core package naming scheme, the class NetChannel has also been providedThis interface defines the methods that any networked channel factory must implement.This interface defines a ChannelInput that is also networked.This class is a data structure representing the location of a NetChannelInput in a network.An interface defining a ChannelOutput that is networked.This abstract class defines a data structure that is a location of a networked synchronization mechanism.Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes.Defines a standard JCSP synchronization mechanism which is also networked.A message received or to be sent via a Link.This class defines what is required for the internal networked channel filter.The filter used to decode an incoming messageThe filter used to encode an outgoing messageAn exception thrown when a networked channel is poisoned.This class defines the constants used within the Link interactions.This abstract class defines encapsulates the address of a Node within a JCSP networked system.Used to initialise a Node by connecting to the CNS.This class is used to uniquely identify a Node within the entire JCSP network of Nodes in operation.A unique object for allowing access to privileged operations on the Node.This class is the standard encoding and decoding filter for networked JCSP channels.The receiving (decoding) filter for ObjectsThe sending (encoding) filter for Object channelsAn outputting end of a networked channel (TX).This abstract class must be defined in concrete protocol implementations.A NetworkMessageFilter used to send and receive raw byte data.The receiving filterThe sending FilterThis class is used by the ObjectNetworkMessageFilter.This class is used by the ObjectNetworkMessageFilter.A concrete implementation of a NetChannelEndFactory, used to create networked channel ends