Uses of Interface
org.jcsp.net2.NetChannelInput

Packages that use NetChannelInput
org.jcsp.net2   
org.jcsp.net2.cns   
org.jcsp.net2.mobile   
 

Uses of NetChannelInput in org.jcsp.net2
 

Subinterfaces of NetChannelInput in org.jcsp.net2
 interface NetSharedChannelInput<T>
          Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.
 

Classes in org.jcsp.net2 that implement NetChannelInput
 class NetAltingChannelInput<T>
          A NetChannelInput that may be used as a guard.
 

Uses of NetChannelInput in org.jcsp.net2.cns
 

Methods in org.jcsp.net2.cns with parameters of type NetChannelInput
 boolean CNSService.register(String name, NetChannelInput in)
          Registers an input end with the CNS
 

Uses of NetChannelInput in org.jcsp.net2.mobile
 

Classes in org.jcsp.net2.mobile that implement NetChannelInput
 class MobileChannelInput
           
 



Copyright © 1996-2012. All Rights Reserved.