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 class
SharedAltingConnectionClient<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 SharedConnectionClient
SharedAltingConnectionClient. duplicate()
Returns aSharedConnectionClient
object that is a duplicate of the object on which this method is called.SharedConnectionClient<T>
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.net Modifier and Type Interface Description interface
NetSharedConnectionClient
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 SharedConnectionClient Modifier and Type Class Description class
NetSharedAltingConnectionClient
Defines a class whose instances should be
that connect to aSharedAltingConnectionClient
ConnectionServer
over a JCSP.NET network.Methods in org.jcsp.net that return SharedConnectionClient Modifier and Type Method Description SharedConnectionClient
NetSharedAltingConnectionClient. duplicate()
Produces a duplicateNetSharedAltingConnectionClient
object which may be used by another process.
-