Static factory for creating migratable channel ends.
Type | Name and description |
---|---|
static MigratableAltingChannelInput |
createNet2One() Creates an anonymous migratable channel input. |
static MigratableAltingChannelInput |
createNet2One(String name) Creates a named migratable channel input using the default namespace. |
static MigratableAltingChannelInput |
createNet2One(String name, NameAccessLevel nameAccessLevel) Creates a named migratable channel input within the given namespace. |
static MigratableChannelOutput |
createOne2Net(NetChannelLocation loc) Creates a migratable channel output to a given location. |
static MigratableChannelOutput |
createOne2Net(String name) Creates a migratable channel output to a named channel within the default namespace. |
static MigratableChannelOutput |
createOne2Net(String name, NameAccessLevel nameAccessLevel) Creates a migratable channel output to a named channel within a given namespace. |
Creates an anonymous migratable channel input.
Creates a named migratable channel input using the default namespace.
name
- the name of the channel to register with the CNS.Creates a named migratable channel input within the given namespace.
name
- the name of the channel to register with the CNS.nameAccessLevel
- the namespace to register the name within.Creates a migratable channel output to a given location.
loc
- location of the input end of the channel.Creates a migratable channel output to a named channel within the default namespace.
name
- the name of the channel as registered with the CNS.Creates a migratable channel output to a named channel within a given namespace.
name
- the name of the channel as registered with the CNS.nameAccessLevel
- the namespace the name is registered within.