Uses of Interface
org.jcsp.lang.SharedConnectionServer

Packages that use SharedConnectionServer
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 SharedConnectionServer in org.jcsp.lang
 

Classes in org.jcsp.lang that implement SharedConnectionServer
 class SharedConnectionServerImpl
          This class does not need to be used by standard JCSP users.
 

Methods in org.jcsp.lang that return SharedConnectionServer
 SharedConnectionServer<T> SharedConnectionServer.duplicate()
           Creates a duplicate copy of the connection end.
 SharedConnectionServer 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.
 SharedConnectionServer<T> Any2AnyConnection.server()
          Returns a reference to the server end of the connection for use by the server processes.
 SharedConnectionServer<T> One2AnyConnection.server()
          Returns the server part of the connection.
 

Uses of SharedConnectionServer in org.jcsp.net
 

Subinterfaces of SharedConnectionServer in org.jcsp.net
 interface NetSharedConnectionServer
          Instances of classed implementing this method are SharedConnectionServer objects which accept connections from clients from over a JCSP.NET network.
 



Copyright © 1996-2012. All Rights Reserved.