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 TypeClassDescriptionclass
Implements a client end of a Connection which can have multiple client processes.Methods in org.jcsp.lang that return SharedConnectionClientModifier and TypeMethodDescriptionSharedAltingConnectionClient.duplicate()
Returns aSharedConnectionClient
object that is a duplicate of the object on which this method is called.SharedConnectionClient.duplicate()
Returns a duplicatesSharedConnectionClient
object 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 TypeInterfaceDescriptioninterface
This interface should be implemented by classes that wish to act asSharedConnectionClient
objects which accept connections fromConnectionClient
objects from over a JCSP.NET network.Classes in org.jcsp.net that implement SharedConnectionClientModifier and TypeClassDescriptionclass
Defines a class whose instances should be
that connect to aSharedAltingConnectionClient
ConnectionServer
over a JCSP.NET network.Methods in org.jcsp.net that return SharedConnectionClientModifier and TypeMethodDescriptionNetSharedAltingConnectionClient.duplicate()
Produces a duplicateNetSharedAltingConnectionClient
object which may be used by another process.