Uses of Interface
org.jcsp.lang.SharedConnectionClient
Packages that use SharedConnectionClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of SharedConnectionClient in org.jcsp.lang
Classes in org.jcsp.lang that implement SharedConnectionClientModifier and TypeClassDescriptionclassImplements a client end of a Connection which can have multiple client processes.Methods in org.jcsp.lang that return SharedConnectionClientModifier and TypeMethodDescriptionSharedAltingConnectionClient.duplicate()Returns aSharedConnectionClientobject that is a duplicate of the object on which this method is called.SharedConnectionClient.duplicate()Returns a duplicatesSharedConnectionClientobject which may be used by another process to this instance.static SharedConnectionClient[]Connection.getClientArray(Any2AnyConnection[] c) Returns an array of client connection ends suitable for use by multiple concurrent processes.static SharedConnectionClient[]Connection.getClientArray(Any2OneConnection[] c) Returns an array of client connection ends suitable for use by multiple concurrent processes. -
Uses of SharedConnectionClient in org.jcsp.net
Subinterfaces of SharedConnectionClient in org.jcsp.netModifier and TypeInterfaceDescriptioninterfaceThis interface should be implemented by classes that wish to act asSharedConnectionClientobjects which accept connections fromConnectionClientobjects from over a JCSP.NET network.Classes in org.jcsp.net that implement SharedConnectionClientModifier and TypeClassDescriptionclassDefines a class whose instances should bethat connect to aSharedAltingConnectionClientConnectionServerover a JCSP.NET network.Methods in org.jcsp.net that return SharedConnectionClientModifier and TypeMethodDescriptionNetSharedAltingConnectionClient.duplicate()Produces a duplicateNetSharedAltingConnectionClientobject which may be used by another process.