Uses of Interface
org.jcsp.net2.NetSharedChannelOutput
Packages that use NetSharedChannelOutput
-
Uses of NetSharedChannelOutput in org.jcsp.net2
Classes in org.jcsp.net2 that implement NetSharedChannelOutputModifier and TypeClassDescription(package private) final class
An outputting network channel (TX) that can be safely shared amongst multiple writers (Any2Net).Methods in org.jcsp.net2 that return NetSharedChannelOutputModifier and TypeMethodDescriptionstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given locationstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NetChannelLocation loc, int immunityLevel) Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity levelstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.static <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeAddress nodeAddr, int vcn) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Nodestatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunitystatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Nodestatic <T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunitystatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NetChannelLocation loc) Deprecated.Creates a new NetSharedChannelOutput connected to the input end at the given locationstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NetChannelLocation loc, int immunityLevel) Deprecated.Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity levelstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.static NetSharedChannelOutput
NetChannelEnd.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeAddress nodeAddr, int vcn) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Nodestatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunitystatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Nodestatic NetSharedChannelOutput
Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunitystatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given location<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NetChannelLocation loc, int immunityLevel) Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node<T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given location<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NetChannelLocation loc, int immunityLevel) Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node<T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannel.createAny2Net
(NetChannelLocation loc) Deprecated.Use any2net insteadstatic NetSharedChannelOutput
NetChannelEnd.createAny2Net
(NetChannelLocation loc) Deprecated.Use any2net insteadStandardNetChannelEndFactory.createAny2Net
(NetChannelLocation loc) Deprecated.Use any2net instead -
Uses of NetSharedChannelOutput in org.jcsp.net2.cns
Methods in org.jcsp.net2.cns that return NetSharedChannelOutputModifier and TypeMethodDescriptionstatic <T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the input channel registered with the given namestatic <T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the input channel registered with the given namestatic <T> NetSharedChannelOutput<T>
CNS.any2net
(String name, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input channel registered with the given namestatic <T> NetSharedChannelOutput<T>
CNS.any2net
(String name, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input channel registered with the given namestatic NetSharedChannelOutput
CNS.createAny2Net
(String name) Deprecated.Use one2net instead