Uses of Interface
org.jcsp.net2.NetSharedChannelInput
Packages that use NetSharedChannelInput
-
Uses of NetSharedChannelInput in org.jcsp.net2
Classes in org.jcsp.net2 that implement NetSharedChannelInputModifier and TypeClassDescription(package private) final classThis class is a concrete implementation of a NetSharedChannelInput, and acts as a wrapper to a Net2OneChannel, allowing safe shared access.Methods in org.jcsp.net2 that return NetSharedChannelInputModifier and TypeMethodDescriptionstatic NetSharedChannelInputNetChannel.createNet2Any()Deprecated.Use net2any insteadstatic NetSharedChannelInputNetChannelEnd.createNet2Any()Deprecated.Use net2any insteadStandardNetChannelEndFactory.createNet2Any()Deprecated.Use net2any insteadstatic <T> NetSharedChannelInput<T> NetChannel.net2any()Creates a new NetSharedChannelInputstatic <T> NetSharedChannelInput<T> NetChannel.net2any(int immunityLevel) Creates a new NetSharedChannelInput with the given poison immunity levelstatic <T> NetSharedChannelInput<T> NetChannel.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messagesstatic <T> NetSharedChannelInput<T> NetChannel.net2any(NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messagesstatic NetSharedChannelInputNetChannelEnd.net2any()Deprecated.Creates a new NetSharedChannelInputstatic NetSharedChannelInputNetChannelEnd.net2any(int immunityLevel) Deprecated.Creates a new NetSharedChannelInput with the given poison immunity levelstatic NetSharedChannelInputNetChannelEnd.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messagesstatic NetSharedChannelInputNetChannelEnd.net2any(NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> NetChannelEndFactory.net2any()Creates a new NetSharedChannelInput<T> NetSharedChannelInput<T> NetChannelEndFactory.net2any(int immunityLevel) Creates a new NetSharedChannelInput with the given poison immunity level<T> NetSharedChannelInput<T> NetChannelEndFactory.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages<T> NetSharedChannelInput<T> NetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.net2any()Creates a new NetSharedChannelInput<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.net2any(int immunityLevel) Creates a new NetSharedChannelInput with the given poison immunity level<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messagesstatic <T> NetSharedChannelInput<T> NetChannel.numberedNet2Any(int index) Creates a new NetSharedChannelInput with the given indexstatic <T> NetSharedChannelInput<T> NetChannel.numberedNet2Any(int index, int immunityLevel) Creates a new NetSharedChannelInput with the given index and poison immunity levelstatic <T> NetSharedChannelInput<T> NetChannel.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.static <T> NetSharedChannelInput<T> NetChannel.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messagesstatic NetSharedChannelInputNetChannelEnd.numberedNet2Any(int index) Deprecated.Creates a new NetSharedChannelInput with the given indexstatic NetSharedChannelInputNetChannelEnd.numberedNet2Any(int index, int immunityLevel) Deprecated.Creates a new NetSharedChannelInput with the given index and poison immunity levelstatic NetSharedChannelInputNetChannelEnd.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.static NetSharedChannelInputNetChannelEnd.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> NetChannelEndFactory.numberedNet2Any(int index) Creates a new NetSharedChannelInput with the given index<T> NetSharedChannelInput<T> NetChannelEndFactory.numberedNet2Any(int index, int immunityLevel) Creates a new NetSharedChannelInput with the given index and poison immunity level<T> NetSharedChannelInput<T> NetChannelEndFactory.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.<T> NetSharedChannelInput<T> NetChannelEndFactory.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.numberedNet2Any(int index) Creates a new NetSharedChannelInput with the given index<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.numberedNet2Any(int index, int immunityLevel) Creates a new NetSharedChannelInput with the given index and poison immunity level<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages -
Uses of NetSharedChannelInput in org.jcsp.net2.cns
Methods in org.jcsp.net2.cns that return NetSharedChannelInputModifier and TypeMethodDescriptionstatic NetSharedChannelInputCNS.createNet2Any(String name) Deprecated.Use net2any insteadstatic <T> NetSharedChannelInput<T> Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.net2any(String name, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.net2any(String name, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.numberedNet2Any(String name, int index) Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.numberedNet2Any(String name, int index, int immunityLevel) Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.numberedNet2Any(String name, int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.numberedNet2Any(String name, int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput registered with the given name