public class NamedMigratableChannelEndFactoryImpl extends Object implements NamedMigratableChannelEndFactory
| Constructor and Description |
|---|
NamedMigratableChannelEndFactoryImpl()
Constructs a new
NamedMigratableChannelEndFactoryImpl using the default CNS
service name. |
NamedMigratableChannelEndFactoryImpl(String cnsServiceName)
Constructs a new
NamedMigratableChannelEndFactoryImpl for use with the given
CNS service name. |
| Modifier and Type | Method 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.
|
public NamedMigratableChannelEndFactoryImpl(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(String name)
NamedMigratableChannelEndFactoryAlternative.createNet2One in interface NamedMigratableChannelEndFactoryname - the name to use.NamedMigratableChannelEndFactory.createNet2One(String)public MigratableAltingChannelInput createNet2One(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(String name)
NamedMigratableChannelEndFactorycreateOne2Net in interface NamedMigratableChannelEndFactoryname - the name the input end was created with.NamedMigratableChannelEndFactory.createOne2Net(String)public MigratableChannelOutput createOne2Net(String name, NameAccessLevel accessLevel)
NamedMigratableChannelEndFactorycreateOne2Net in interface NamedMigratableChannelEndFactoryname - the name the input end was created with.NamedMigratableChannelEndFactory.createOne2Net(String, NameAccessLevel)Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.