Uses of Interface
org.jcsp.lang.SharedConnectionServer
Packages that use SharedConnectionServer
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of SharedConnectionServer in org.jcsp.lang
Classes in org.jcsp.lang that implement SharedConnectionServerModifier and TypeClassDescriptionclass
This class does not need to be used by standard JCSP users.Methods in org.jcsp.lang that return SharedConnectionServerModifier and TypeMethodDescriptionSharedConnectionServer.duplicate()
Creates a duplicate copy of the connection end.SharedConnectionServerImpl.duplicate()
static SharedConnectionServer[]
Connection.getServerArray
(Any2AnyConnection[] c) Returns an array of server connection ends suitable for use by multiple concurrent processes.static SharedConnectionServer[]
Connection.getServerArray
(One2AnyConnection[] c) Returns an array of server connection ends suitable for use by multiple concurrent processes.Any2AnyConnection.server()
Returns a reference to the server end of the connection for use by the server processes.Any2AnyConnectionImpl.server()
Returns aSharedConnectionServer
object for this connection.ConnectionWithSharedAltingServer.server()
One2AnyConnection.server()
Returns the server part of the connection.One2AnyConnectionImpl.server()
Returns aSharedConnectionServer
object for this connection. -
Uses of SharedConnectionServer in org.jcsp.net
Subinterfaces of SharedConnectionServer in org.jcsp.netModifier and TypeInterfaceDescriptioninterface
Instances of classed implementing this method areSharedConnectionServer
objects which accept connections from clients from over a JCSP.NET network.Classes in org.jcsp.net that implement SharedConnectionServerMethods in org.jcsp.net that return SharedConnectionServerModifier and TypeMethodDescriptionNetSharedConnectionServerImpl.duplicate()
Produces a duplicateSharedConnectionServer
object which may be used by another process.