Uses of Interface
org.jcsp.net2.Networked

Packages that use Networked
org.jcsp.net2   
org.jcsp.net2.mobile   
 

Uses of Networked in org.jcsp.net2
 

Subinterfaces of Networked in org.jcsp.net2
 interface NetChannelInput<T>
          This interface defines a ChannelInput that is also networked.
 interface NetChannelOutput<T>
          An interface defining a ChannelOutput that is networked.
 interface NetConnectionClient
           
 interface NetConnectionServer
           
 interface NetSharedChannelInput<T>
          Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.
 interface NetSharedChannelOutput<T>
          Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes.
 

Classes in org.jcsp.net2 that implement Networked
 class NetAltingChannelInput<T>
          A NetChannelInput that may be used as a guard.
 class NetAltingConnectionClient
           
 class NetAltingConnectionServer
           
 class NetBarrier
          This class is a networked implementation of the standard JCSP Barrier.
 

Uses of Networked in org.jcsp.net2.mobile
 

Classes in org.jcsp.net2.mobile that implement Networked
 class MobileChannelInput
           
 class MobileChannelOutput
           
 



Copyright © 1996-2012. All Rights Reserved.