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 class
This 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 NetSharedChannelInput
NetChannel.createNet2Any()
Deprecated.Use net2any insteadstatic NetSharedChannelInput
NetChannelEnd.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 NetSharedChannelInput
NetChannelEnd.net2any()
Deprecated.Creates a new NetSharedChannelInputstatic NetSharedChannelInput
NetChannelEnd.net2any
(int immunityLevel) Deprecated.Creates a new NetSharedChannelInput with the given poison immunity levelstatic NetSharedChannelInput
NetChannelEnd.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 NetSharedChannelInput
NetChannelEnd.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 NetSharedChannelInput
NetChannelEnd.numberedNet2Any
(int index) Deprecated.Creates a new NetSharedChannelInput with the given indexstatic NetSharedChannelInput
NetChannelEnd.numberedNet2Any
(int index, int immunityLevel) Deprecated.Creates a new NetSharedChannelInput with the given index and poison immunity levelstatic NetSharedChannelInput
NetChannelEnd.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 NetSharedChannelInput
NetChannelEnd.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 NetSharedChannelInput
CNS.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