public class NamedMigratableChannelEndFactoryImpl extends java.lang.Object implements NamedMigratableChannelEndFactory
| Constructor and Description |
|---|
NamedMigratableChannelEndFactoryImpl()
Constructs a new
NamedMigratableChannelEndFactoryImpl using the default CNS
service name. |
NamedMigratableChannelEndFactoryImpl(java.lang.String cnsServiceName)
Constructs a new
NamedMigratableChannelEndFactoryImpl for use with the given
CNS service name. |
| Modifier and Type | Method and Description |
|---|---|
MigratableAltingChannelInput |
createNet2One(java.lang.String name)
Creates a named migratable networked channel input end that can be used as a guard in an
Alternative. |
MigratableAltingChannelInput |
createNet2One(java.lang.String name,
NameAccessLevel nameAccessLevel)
Creates a named migratable networked channel input end that can be used as a guard in an
Alternative. |
MigratableChannelOutput |
createOne2Net(java.lang.String name)
Creates a networked migratable channel output end connected to the input end created with the given name.
|
MigratableChannelOutput |
createOne2Net(java.lang.String name,
NameAccessLevel accessLevel)
Creates a networked migratable channel output end connected to the input end created with the given name.
|
public NamedMigratableChannelEndFactoryImpl(java.lang.String cnsServiceName)
NamedMigratableChannelEndFactoryImpl for use with the given
CNS service name.cnsServiceName - the name of the CNS service to use.public NamedMigratableChannelEndFactoryImpl()
NamedMigratableChannelEndFactoryImpl using the default CNS
service name.public MigratableAltingChannelInput createNet2One(java.lang.String name)
NamedMigratableChannelEndFactoryAlternative.createNet2One in interface NamedMigratableChannelEndFactoryname - the name to use.NamedMigratableChannelEndFactory.createNet2One(String)public MigratableAltingChannelInput createNet2One(java.lang.String name, NameAccessLevel nameAccessLevel)
NamedMigratableChannelEndFactoryAlternative.createNet2One in interface NamedMigratableChannelEndFactoryname - the name to use.nameAccessLevel - the namespace to declare the name within.NamedMigratableChannelEndFactory.createNet2One(String, NameAccessLevel)public MigratableChannelOutput createOne2Net(java.lang.String name)
NamedMigratableChannelEndFactorycreateOne2Net in interface NamedMigratableChannelEndFactoryname - the name the input end was created with.NamedMigratableChannelEndFactory.createOne2Net(String)public MigratableChannelOutput createOne2Net(java.lang.String name, NameAccessLevel accessLevel)
NamedMigratableChannelEndFactorycreateOne2Net in interface NamedMigratableChannelEndFactoryname - the name the input end was created with.NamedMigratableChannelEndFactory.createOne2Net(String, NameAccessLevel)Copyright © 1996–2019. All rights reserved.