Uses of Interface
org.jcsp.net2.NetChannelInput
-
Packages that use NetChannelInput Package Description org.jcsp.net2 org.jcsp.net2.bns org.jcsp.net2.cns org.jcsp.net2.mobile -
-
Uses of NetChannelInput in org.jcsp.net2
Subinterfaces of NetChannelInput in org.jcsp.net2 Modifier and Type Interface Description 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 Modifier and Type Class Description (package private) class
Net2AnyChannel<T>
This class is a concrete implementation of a NetSharedChannelInput, and acts as a wrapper to a Net2OneChannel, allowing safe shared access.(package private) class
Net2OneChannel<T>
A concrete implementation of a NetAltingChannelInput.class
NetAltingChannelInput<T>
A NetChannelInput that may be used as a guard. -
Uses of NetChannelInput in org.jcsp.net2.bns
Fields in org.jcsp.net2.bns declared as NetChannelInput Modifier and Type Field Description private NetChannelInput
BNSService. fromBNS
The incoming channel to receive messages from the BNS -
Uses of NetChannelInput in org.jcsp.net2.cns
Fields in org.jcsp.net2.cns declared as NetChannelInput Modifier and Type Field Description private NetChannelInput
CNSService. fromCNS
The incoming channel to receive messages from the CNS fromMethods in org.jcsp.net2.cns with parameters of type NetChannelInput Modifier and Type Method Description boolean
CNSService. register(java.lang.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 Modifier and Type Class Description class
MobileChannelInput
Fields in org.jcsp.net2.mobile declared as NetChannelInput Modifier and Type Field Description private NetChannelInput
MobileChannelInput. actualIn
(package private) NetChannelInput
DynamicClassLoader. classDataResponse
(package private) static NetChannelInput
ClassManager. in
-