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)
NamedMigratableChannelEndFactory
Alternative
.createNet2One
in interface NamedMigratableChannelEndFactory
name
- the name to use.NamedMigratableChannelEndFactory.createNet2One(String)
public MigratableAltingChannelInput createNet2One(java.lang.String name, NameAccessLevel nameAccessLevel)
NamedMigratableChannelEndFactory
Alternative
.createNet2One
in interface NamedMigratableChannelEndFactory
name
- the name to use.nameAccessLevel
- the namespace to declare the name within.NamedMigratableChannelEndFactory.createNet2One(String, NameAccessLevel)
public MigratableChannelOutput createOne2Net(java.lang.String name)
NamedMigratableChannelEndFactory
createOne2Net
in interface NamedMigratableChannelEndFactory
name
- the name the input end was created with.NamedMigratableChannelEndFactory.createOne2Net(String)
public MigratableChannelOutput createOne2Net(java.lang.String name, NameAccessLevel accessLevel)
NamedMigratableChannelEndFactory
createOne2Net
in interface NamedMigratableChannelEndFactory
name
- the name the input end was created with.NamedMigratableChannelEndFactory.createOne2Net(String, NameAccessLevel)
Copyright © 1996–2018. All rights reserved.