public class MigratableChannelEndFactory extends java.lang.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)Copyright © 1996–2019. All rights reserved.