Package org.jcsp.net

Class NetSharedAltingConnectionClient

All Implemented Interfaces:
ConnectionClient, SharedConnectionClient, NetSharedConnectionClient, Networked

public class NetSharedAltingConnectionClient extends SharedAltingConnectionClient implements NetSharedConnectionClient

Defines a class whose instances should be SharedAltingConnectionClient that connect to a ConnectionServer over a JCSP.NET network.

Individual instances may not be used by multiple processes but duplicate clients can be obtained by invoking duplicate(). These duplicates work over the same connection and each one may be used by a different process.

Author:
Quickstone Technologies Limited