Package org.jcsp.net
Interface NetBufferedChannelEndFactory
- All Known Implementing Classes:
StandardNetChannelEndFactory,UnacknowledgedNetChannelEndFactory
public interface NetBufferedChannelEndFactory
This interface defines methods for constructing buffered
Networked
ChannelInput objects.- Author:
- Quickstone Technologies Limited
-
Method Summary
Modifier and TypeMethodDescriptioncreateNet2Any(ChannelDataStore buffer) Constructs aNetSharedChannelInputobject.createNet2One(ChannelDataStore buffer) Constructs aNetAltingChannelInputobject.
-
Method Details
-
createNet2One
Constructs aNetAltingChannelInputobject.- Parameters:
buffer- theChannelDataStoreto use as a buffer.- Returns:
- the constructed
NetAltingChannelInputobject.
-
createNet2Any
Constructs aNetSharedChannelInputobject.- Parameters:
buffer- theChannelDataStoreto use as a buffer.- Returns:
- the constructed
NetSharedChannelInputobject.
-