Uses of Interface
org.jcsp.lang.Any2AnyConnection

Packages that use Any2AnyConnection
org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. 
 

Uses of Any2AnyConnection in org.jcsp.lang
 

Methods in org.jcsp.lang that return Any2AnyConnection
static Any2AnyConnection Connection.createAny2Any()
           
<T> Any2AnyConnection<T>
ConnectionFactory.createAny2Any()
          Constructs and returns an implementation of Any2AnyConnection.
<T> Any2AnyConnection<T>
StandardConnectionFactory.createAny2Any()
           
static Any2AnyConnection[] Connection.createAny2Any(int n)
           
<T> Any2AnyConnection<T>[]
ConnectionArrayFactory.createAny2Any(int n)
          Constructs and returns an array of instances of an implementation of Any2AnyConnection.
<T> Any2AnyConnection<T>[]
StandardConnectionFactory.createAny2Any(int n)
           
 

Methods in org.jcsp.lang with parameters of type Any2AnyConnection
static SharedConnectionClient[] Connection.getClientArray(Any2AnyConnection[] c)
          Returns an array of client connection ends suitable for use by multiple concurrent processes.
static SharedConnectionServer[] Connection.getServerArray(Any2AnyConnection[] c)
          Returns an array of server connection ends suitable for use by multiple concurrent processes.
 



Copyright © 1996-2012. All Rights Reserved.