Package org.jcsp.net


package org.jcsp.net
  • Class
    Description
    This is an abstract class that is sub-classed by classes whose instances should represent some kind of identifier and be part of a hierarchy of AbstractID objects.
    A Class whose instances represent a unique identifier for a JCSP.NET application.
    A Class whose instances represent a unique identifier for a JCSP.NET domain.
    This Exception is thrown if there is an attempt to label a channel's VCN with a label that already exists at the same Node.
    A Class whose instances represent the global domain.
    This class is an abstract class that all JCSP.NET protocol implementations must implement.
    This class does not need to be used by normal JCSP users.
    An abstract inner class which should be implemented by comunication protocol implementations.
    Message warning that a Link broke.
    An exception caused by a link underlying a channel breaking.
    An abstract class that must be implemented by communication protocol implementations.
    Manages the output of diagnostic messages to one or more devices.
    An abstract class that is sub-classed by classes whose instances should be networked channel ends that can be used as an AltingChannelInput objects.
    Instances of this class are AltingConnectionClient objects which connect to ConnectionServer objects over a JCSP.NET network.
    This interface defines methods for constructing buffered Networked ChannelInput objects.
    This class provides static factory methods for constructing Networked channel ends.
    This interface defines methods for constructing Networked channel ends.
    This is an error that is thrown by a Networked channel if something happens that should never happen.
    An interface implemented by classes wishing to be Networked ChannelInput objects.
    Instances of this class hold location information for a networked ChannelInput object.
    An interface that should be implemented by ChannelOutput objects which are used for transmitting over the network.
    This class provides static methods for constructing NetConnectionServer and NetConnectionClient objects.
    This interface should be implemented by classes that wish to act as Networked ConnectionClient objects.
    This class should be implemented by classes wishing to act as factories for creating Networked ConnectionServer and ConnectionClient objects.
    This interface should be implemented by classes that wish to act as Networked ConnectionServer objects.
    This factory constructs buffered NetChannelInput objects which have labelled VCN's.
    This factory constructs NetChannelInput objects which have labelled VCN's.
    Defines a class whose instances should be SharedAltingConnectionClient that connect to a ConnectionServer over a JCSP.NET network.
    This interface should be implemented by classes that wish to act as NetChannelInput objects which can be used by muliple concurrent processes.
    This interface should be implemented by classes that wish to act as NetChannelOutput objects which can be used by muliple concurrent processes.
    This interface should be implemented by classes that wish to act as SharedConnectionClient objects which accept connections from ConnectionClient objects from over a JCSP.NET network.
    Instances of classed implementing this method are SharedConnectionServer objects which accept connections from clients from over a JCSP.NET network.
    An interface that should be implemented by any class that has a Networked channel location or wishes to expose the location of an underlying channel.
    This class that is used for initializing and managing the local JCSP.NET Node.
    An interface for exposing access to the private attributes.
    JCSP.NET communication protocol implementations must provide a concrete implementation of this class.
    Node initialisation factory interface.
    A Class whose instances represent a unique identifier for a JCSP.NET Node.
    An Exception that is thrown if Node initialization fails.
    An object that is returned when the Node is initialized.
    A Unique Identifier for a Node.
    This is a default implementation for NodeUI that is used if no other implementation is supplied.
    This class is used to hold profiles of Nodes and Links.
    Abstract class that identifies a protocol.
    The ProtocolManager class is a singleton class.
    An exception that is thrown if data is written to a Networked ChannelOutput and the destination address is incorrect.
    An interface that should be implemented by classes that are intended to be Node level JCSP.NET services.
    An excpetion that is thrown if a service installation fails.
    An instance of the ServiceManager is created by the Node when it is initialized.
    This class is used to hold settings that can be passed to services when they are initialized.
    An Interface which does not define any methods but is used as a way of indicating that a class is used for accessing non-admin functionality provided by a service.
    A standard implementation of the JCSP.NET Networked channel factory interaces.
    This is an implementation of NetConnectionFactory.
    This class is a Factory that construct a unique identify for this Node.
    Extends the standard network channel factory to give unacknowledged channel output ends.
    This class provides some utility methods that developers might find useful when implementing JCSP.NET communication protocol drivers.
    Factory for node instantiation based on an XML-like file.