org.jcsp.lang
Interface One2AnyConnection<T>


public interface One2AnyConnection<T>

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<T> client()
          Returns the client part of the connection.
 SharedConnectionServer<T> server()
          Returns the server part of the connection.
 

Method Detail

client

AltingConnectionClient<T> client()
Returns the client part of the connection.


server

SharedConnectionServer<T> server()
Returns the server part of the connection.



Copyright © 1996-2012. All Rights Reserved.