Package org.jcsp.net
Interface NetChannelEndFactory
- All Known Implementing Classes:
MigratableChannelEndFactory,StandardNetChannelEndFactory,UnacknowledgedNetChannelEndFactory
public interface NetChannelEndFactory
This interface defines methods for constructing Networked channel ends.
-
Method Summary
Modifier and TypeMethodDescriptionConstructs aNetSharedChannelOutputobject.Constructs aNetSharedChannelInputobject.Constructs aNetAltingChannelInputobject.Constructs aNetChannelOutputobject.
-
Method Details
-
createNet2One
NetAltingChannelInput createNet2One()Constructs a
NetAltingChannelInputobject.- Returns:
- the constructed
NetAltingChannelInputobject.
-
createNet2Any
NetSharedChannelInput createNet2Any()Constructs a
NetSharedChannelInputobject.- Returns:
- the constructed
NetSharedChannelInputobject.
-
createOne2Net
Constructs a
NetChannelOutputobject.- Returns:
- the constructed
NetChannelOutputobject.
-
createAny2Net
Constructs a
NetSharedChannelOutputobject.- Returns:
- the constructed
NetSharedChannelOutputobject.
-