CSP for Java
(JCSP) 1.1-rc4

org.jcsp.lang
Interface One2AnyConnection


public interface One2AnyConnection

An interface for a connection which can be used by only one client but which can be used by multiple concurrent servers.

Author:
Quickstone Technologies Limited

Method Summary
 AltingConnectionClient client()
          Returns the client part of the connection.
 SharedConnectionServer server()
          Returns the server part of the connection.
 

Method Detail

client

AltingConnectionClient client()
Returns the client part of the connection.


server

SharedConnectionServer server()
Returns the server part of the connection.


CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.