Uses of Interface
org.jcsp.lang.SharedConnectionClient
-
Packages that use SharedConnectionClient Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.net This is main package for JCSP.NET. -
-
Uses of SharedConnectionClient in org.jcsp.lang
Classes in org.jcsp.lang that implement SharedConnectionClient Modifier and Type Class Description classSharedAltingConnectionClient<T>Implements a client end of a Connection which can have multiple client processes.Methods in org.jcsp.lang that return SharedConnectionClient Modifier and Type Method Description SharedConnectionClientSharedAltingConnectionClient. duplicate()Returns aSharedConnectionClientobject that is a duplicate of the object on which this method is called.SharedConnectionClient<T>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.net Modifier and Type Interface Description interfaceNetSharedConnectionClientThis 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 SharedConnectionClient Modifier and Type Class Description classNetSharedAltingConnectionClientDefines a class whose instances should bethat connect to aSharedAltingConnectionClientConnectionServerover a JCSP.NET network.Methods in org.jcsp.net that return SharedConnectionClient Modifier and Type Method Description SharedConnectionClientNetSharedAltingConnectionClient. duplicate()Produces a duplicateNetSharedAltingConnectionClientobject which may be used by another process.
-