Factory interface for creating migratable networked channel input ends using a CNS service.
Type | Name and description |
---|---|
MigratableAltingChannelInput |
createNet2One(String name) Creates a named migratable networked channel input end that can be used as a guard in an Alternative . |
MigratableAltingChannelInput |
createNet2One(String name, NameAccessLevel nameAccessLevel) Creates a named migratable networked channel input end that can be used as a guard in an Alternative . |
MigratableChannelOutput |
createOne2Net(String name) Creates a networked migratable channel output end connected to the input end created with the given name. |
MigratableChannelOutput |
createOne2Net(String name, NameAccessLevel accessLevel) Creates a networked migratable channel output end connected to the input end created with the given name. |
Creates a named migratable networked channel input end that can be used as a guard in an Alternative
.
name
- the name to use. Creates a named migratable networked channel input end that can be used as a guard in an Alternative
.
name
- the name to use.nameAccessLevel
- the namespace to declare the name within.Creates a networked migratable channel output end connected to the input end created with the given name.
name
- the name the input end was created with.Creates a networked migratable channel output end connected to the input end created with the given name.
name
- the name the input end was created with.