public class MigratableChannelEndFactory extends Object implements NetChannelEndFactory
MigratableChannelEnd can be
used to create the channel ends.| Constructor and Description |
|---|
MigratableChannelEndFactory()
Constructs a new
MigratableChannelEndFactory. |
| Modifier and Type | Method and Description |
|---|---|
NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc)
Constructs a
NetSharedChannelOutput object. |
NetSharedChannelInput |
createNet2Any()
Constructs a
NetSharedChannelInput object. |
NetAltingChannelInput |
createNet2One()
Constructs a
NetAltingChannelInput object. |
NetChannelOutput |
createOne2Net(NetChannelLocation loc)
Constructs a
NetChannelOutput object. |
public MigratableChannelEndFactory()
MigratableChannelEndFactory.public NetAltingChannelInput createNet2One()
NetChannelEndFactory
Constructs a NetAltingChannelInput object.
createNet2One in interface NetChannelEndFactoryNetAltingChannelInput object.NetChannelEndFactory.createNet2One()public NetSharedChannelInput createNet2Any()
NetChannelEndFactory
Constructs a NetSharedChannelInput object.
createNet2Any in interface NetChannelEndFactoryNetSharedChannelInput object.NetChannelEndFactory.createNet2Any()public NetChannelOutput createOne2Net(NetChannelLocation loc)
NetChannelEndFactory
Constructs a NetChannelOutput object.
createOne2Net in interface NetChannelEndFactoryNetChannelOutput object.NetChannelEndFactory.createOne2Net(NetChannelLocation)public NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
NetChannelEndFactory
Constructs a NetSharedChannelOutput object.
createAny2Net in interface NetChannelEndFactoryNetSharedChannelOutput object.NetChannelEndFactory.createAny2Net(NetChannelLocation)Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.