Uses of Class
org.jcsp.lang.AltingConnectionServer
Packages that use AltingConnectionServer
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of AltingConnectionServer in org.jcsp.lang
Subclasses of AltingConnectionServer in org.jcsp.langModifier and TypeClassDescriptionclassThis class does not need to be used by standard JCSP users.Fields in org.jcsp.lang declared as AltingConnectionServerModifier and TypeFieldDescriptionprivate AltingConnectionServerAny2OneConnectionImpl.serverprivate AltingConnectionServer<T> One2OneConnectionImpl.serverMethods in org.jcsp.lang that return AltingConnectionServerModifier and TypeMethodDescriptionstatic AltingConnectionServer[]Connection.getServerArray(Any2OneConnection[] c) Returns an array of server connection ends suitable for use as guards in anAlternativeconstruct.static AltingConnectionServer[]Connection.getServerArray(One2OneConnection[] c) Returns an array of server connection ends suitable for use as guards in anAlternativeconstruct.Any2OneConnection.server()Returns the server end of the connection.Any2OneConnectionImpl.server()Returns theAltingConnectionServerthat can be used by a single process at any instance.One2OneConnection.server()Returns the server end of the connection.One2OneConnectionImpl.server()Returns theAltingConnectionServerthat can be used by a single process at any instance. -
Uses of AltingConnectionServer in org.jcsp.net
Subclasses of AltingConnectionServer in org.jcsp.netModifier and TypeClassDescription(package private) classInstances of this class areAltingConnectionServerobjects which allow connections fromConnectionClientobjects from over a JCSP.NET network. -
Uses of AltingConnectionServer in org.jcsp.net2
Subclasses of AltingConnectionServer in org.jcsp.net2