Interface NetLabelledBufferedChannelEndFactory
- All Known Implementing Classes:
StandardNetChannelEndFactory, UnacknowledgedNetChannelEndFactory
public interface NetLabelledBufferedChannelEndFactory
This factory constructs buffered NetChannelInput
objects which have labelled VCN's.
See NetLabelledChannelEndFactory for an explanation of
labelled VCN's.
-
Method Summary
Modifier and TypeMethodDescriptioncreateNet2Any(String label, ChannelDataStore buffer) Constructs a bufferedNetSharedChannelInputwhich has a VCN assigned with the specified label.createNet2One(String label, ChannelDataStore buffer) Constructs a bufferedNetAltingChannelInputwhich has a VCN assigned with the specified label.
-
Method Details
-
createNet2One
Constructs a bufferedNetAltingChannelInputwhich has a VCN assigned with the specified label.- Parameters:
label- the label to apply to the channel's VCN.buffer- theChannelDataStoreto use.- Returns:
- the constructed
NetAltingChannelInputobject.
-
createNet2Any
Constructs a bufferedNetSharedChannelInputwhich has a VCN assigned with the specified label.- Parameters:
label- the label to apply to the channel's VCN.buffer- theChannelDataStoreto use.- Returns:
- the constructed
NetSharedChannelInputobject.
-