Package org.jcsp.net.dynamic
Class MigratableChannelEndFactory
java.lang.Object
org.jcsp.net.dynamic.MigratableChannelEndFactory
- All Implemented Interfaces:
NetChannelEndFactory
Factory for creating networked migratable channel ends. An instance of this can be created and
the methods used. Alternatively the static methods in
MigratableChannelEnd
can be
used to create the channel ends.- Author:
- Quickstone Technologies Limited
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstructs aNetSharedChannelOutput
object.Constructs aNetSharedChannelInput
object.Constructs aNetAltingChannelInput
object.Constructs aNetChannelOutput
object.
-
Constructor Details
-
MigratableChannelEndFactory
public MigratableChannelEndFactory()Constructs a newMigratableChannelEndFactory
.
-
-
Method Details
-
createNet2One
Description copied from interface:NetChannelEndFactory
Constructs a
NetAltingChannelInput
object.- Specified by:
createNet2One
in interfaceNetChannelEndFactory
- Returns:
- the constructed
NetAltingChannelInput
object. - See Also:
-
createNet2Any
Description copied from interface:NetChannelEndFactory
Constructs a
NetSharedChannelInput
object.- Specified by:
createNet2Any
in interfaceNetChannelEndFactory
- Returns:
- the constructed
NetSharedChannelInput
object. - See Also:
-
createOne2Net
Description copied from interface:NetChannelEndFactory
Constructs a
NetChannelOutput
object.- Specified by:
createOne2Net
in interfaceNetChannelEndFactory
- Returns:
- the constructed
NetChannelOutput
object. - See Also:
-
createAny2Net
Description copied from interface:NetChannelEndFactory
Constructs a
NetSharedChannelOutput
object.- Specified by:
createAny2Net
in interfaceNetChannelEndFactory
- Returns:
- the constructed
NetSharedChannelOutput
object. - See Also:
-