Uses of Class
org.jcsp.lang.SharedAltingConnectionClient

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

Methods in org.jcsp.lang that return SharedAltingConnectionClient
 SharedAltingConnectionClient<T> Any2OneConnection.client()
          Returns a client end of the connection.
 SharedAltingConnectionClient<T> Any2AnyConnection.client()
          Returns a reference to the client end of the connection for use by the client processes.
 

Uses of SharedAltingConnectionClient in org.jcsp.net
 

Subclasses of SharedAltingConnectionClient in org.jcsp.net
 class NetSharedAltingConnectionClient
           Defines a class whose instances should be SharedAltingConnectionClient that connect to a ConnectionServer over a JCSP.NET network.
 



Copyright © 1996-2012. All Rights Reserved.