Package org.jcsp.net2
Interface NetChannelEndFactory
- All Known Implementing Classes:
StandardNetChannelEndFactory
public interface NetChannelEndFactory
This interface defines the methods that any networked channel factory must implement. For a concrete implementation,
see StandardNetChannelEndFactory
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<T> NetSharedChannelOutput<T>
Creates a new NetSharedChannelOutput connected to the input end at the given location<T> NetSharedChannelOutput<T>
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>
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>
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>
any2net
(NodeAddress nodeAddr, int vcn) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node<T> NetSharedChannelOutput<T>
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>
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>
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>
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>
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> NetSharedChannelInput<T>
net2any()
Creates a new NetSharedChannelInput<T> NetSharedChannelInput<T>
net2any
(int immunityLevel) Creates a new NetSharedChannelInput with the given poison immunity level<T> NetSharedChannelInput<T>
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>
net2any
(NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T>
net2one()
Creates a new NetAltingChannelInput<T> NetAltingChannelInput<T>
net2one
(int immunityLevel) Creates a new NetAltingChannelInput with the given immunity level for poison<T> NetAltingChannelInput<T>
net2one
(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T>
net2one
(NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages<T> NetSharedChannelInput<T>
numberedNet2Any
(int index) Creates a new NetSharedChannelInput with the given index<T> NetSharedChannelInput<T>
numberedNet2Any
(int index, int immunityLevel) Creates a new NetSharedChannelInput with the given index and poison immunity level<T> NetSharedChannelInput<T>
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>
numberedNet2Any
(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages<T> NetAltingChannelInput<T>
numberedNet2One
(int index) Creates a new NetAltingChannelInput with the given index<T> NetAltingChannelInput<T>
numberedNet2One
(int index, int immunityLevel) Creates a new NetAltingChannelInput with the given index and the given poison immunity level<T> NetAltingChannelInput<T>
numberedNet2One
(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T>
numberedNet2One
(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages<T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation<T> NetChannelOutput<T>
one2net
(NetChannelLocation loc, int immunityLevel) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level<T> NetChannelOutput<T>
one2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.<T> NetChannelOutput<T>
one2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
one2net
(NodeAddress nodeAddr, int vcn) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node<T> NetChannelOutput<T>
one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity<T> NetChannelOutput<T>
one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
one2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node<T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level<T> NetChannelOutput<T>
one2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
one2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
-
Method Details
-
net2one
Creates a new NetAltingChannelInput- Returns:
- A new NetAltingChannelInput
-
net2one
Creates a new NetAltingChannelInput with the given immunity level for poison- Parameters:
immunityLevel
- The immunity level for poison- Returns:
- A new NetAltingChannelInput
-
net2one
Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages- Parameters:
filter
- The filter used to decode incoming messages- Returns:
- A new NetAltingChannelInput
-
net2one
Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages- Parameters:
immunityLevel
- The immunity level to poison for the created channelfilter
- The filter used to decode incoming messages- Returns:
- A new NetAltingChannelInput
-
net2any
Creates a new NetSharedChannelInput- Returns:
- A new NetSharedChannelInput
-
net2any
Creates a new NetSharedChannelInput with the given poison immunity level- Parameters:
immunityLevel
- The immunity level to poison for this channel- Returns:
- A new NetSharedChannelInput
-
net2any
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages- Parameters:
filter
- The filter used to decode incoming messages- Returns:
- A new NetSharedChannelInput
-
net2any
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages- Parameters:
immunityLevel
- The immunity level to poison for this channelfilter
- The filter used to decode incoming messages- Returns:
- A new NetSharedChannelInput
-
numberedNet2One
Creates a new NetAltingChannelInput with the given index- Parameters:
index
- The index to create the channel with- Returns:
- A new NetAltingChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists
-
numberedNet2One
<T> NetAltingChannelInput<T> numberedNet2One(int index, int immunityLevel) throws IllegalArgumentException Creates a new NetAltingChannelInput with the given index and the given poison immunity level- Parameters:
index
- The index to create the channel withimmunityLevel
- The immunity to poison that the channel has- Returns:
- A new NetAltingChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists
-
numberedNet2One
<T> NetAltingChannelInput<T> numberedNet2One(int index, NetworkMessageFilter.FilterRx filter) throws IllegalArgumentException Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages- Parameters:
index
- The index to create the channel withfilter
- The filter used to decode incoming messages- Returns:
- A new NetAltingChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists
-
numberedNet2One
<T> NetAltingChannelInput<T> numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) throws IllegalArgumentException Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages- Parameters:
index
- The index to create the channel withimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to decode incoming messages- Returns:
- A new NetAltingChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists
-
numberedNet2Any
Creates a new NetSharedChannelInput with the given index- Parameters:
index
- The index to create the channel with- Returns:
- A new NetSharedChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists
-
numberedNet2Any
<T> NetSharedChannelInput<T> numberedNet2Any(int index, int immunityLevel) throws IllegalArgumentException Creates a new NetSharedChannelInput with the given index and poison immunity level- Parameters:
index
- The index to create the channel withimmunityLevel
- The immunity to poison the channel has- Returns:
- A new NetSharedChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists
-
numberedNet2Any
<T> NetSharedChannelInput<T> numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) throws IllegalArgumentException Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages- Parameters:
index
- The index to create the channel withfilter
- The filter used to decode incoming messages- Returns:
- A new NetSharedChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists
-
numberedNet2Any
<T> NetSharedChannelInput<T> numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) throws IllegalArgumentException Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.- Parameters:
index
- The index to create the channel withimmunityLevel
- The immunity level to poison that the channel hasfilter
- The filter used to decode incoming messages- Returns:
- A new NetSharedChannelInput
- Throws:
IllegalArgumentException
- Thrown if a channel with the given index already exists.
-
one2net
Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation- Parameters:
loc
- The location of the input end of the channel- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NetChannelLocation loc, int immunityLevel) throws JCSPNetworkException Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level- Parameters:
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that this channel has- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages- Parameters:
loc
- The location of the input end of the channelfilter
- The filter used to encode outgoing messages- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.- Parameters:
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that this channel hasfilter
- The filter used to encode outgoing messages- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
Creates a new NetSharedChannelOutput connected to the input end at the given location- Parameters:
loc
- The location of the input end of the channel- Returns:
- A new NetSharedChannelInput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NetChannelLocation loc, int immunityLevel) throws JCSPNetworkException Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level- Parameters:
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that the channel has- Returns:
- A new NetSharedChannelInput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages- Parameters:
loc
- The location of the input end of the channelfilter
- The filter used to encode outgoing messages- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException 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.- Parameters:
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that this channel hasfilter
- The filter used to encode outgoing messages- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node- Parameters:
nodeID
- The NodeID of the node that the input channel resides onvcn
- The Virtual Channel Number of the input channel- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NodeID nodeID, int vcn, int immunityLevel) throws JCSPNetworkException Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level- Parameters:
nodeID
- The NodeID of the Node that the input channel resides onvcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison of the channel- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages- Parameters:
nodeID
- The NodeID of the Node that the input channel resides onvcn
- The Virtual Channel Number of the input channelfilter
- The filter to encode outgoing messages- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong with the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages- Parameters:
nodeID
- The NodeID of the Node that the input channel resides onvcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter that encodes the outgoing messages- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong with the underlying architecture
-
any2net
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node- Parameters:
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channel- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NodeID nodeID, int vcn, int immunityLevel) throws JCSPNetworkException Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity- Parameters:
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel has- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException 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- Parameters:
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channelfilter
- The filter used to encode the outgoing messages- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException 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- Parameters:
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to encode outgoing messages- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channel- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NodeAddress nodeAddr, int vcn, int immunityLevel) throws JCSPNetworkException Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison the channel has- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelfilter
- The filter used to encode outgoing messages- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
one2net
<T> NetChannelOutput<T> one2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to encode outgoing messages- Returns:
- A new NetChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channel- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NodeAddress nodeAddr, int vcn, int immunityLevel) throws JCSPNetworkException Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel has- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException 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- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelfilter
- The immunity to poison that the channel has- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-
any2net
<T> NetSharedChannelOutput<T> any2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) throws JCSPNetworkException 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- Parameters:
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to encode outgoing messages- Returns:
- A new NetSharedChannelOutput
- Throws:
JCSPNetworkException
- Thrown if something goes wrong in the underlying architecture
-