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)
NamedMigratableChannelEndFactory
Alternative
.createNet2One
in interface NamedMigratableChannelEndFactory
name
- the name to use.NamedMigratableChannelEndFactory.createNet2One(String)
public MigratableAltingChannelInput createNet2One(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(String name)
NamedMigratableChannelEndFactory
createOne2Net
in interface NamedMigratableChannelEndFactory
name
- the name the input end was created with.NamedMigratableChannelEndFactory.createOne2Net(String)
public MigratableChannelOutput createOne2Net(String name, NameAccessLevel accessLevel)
NamedMigratableChannelEndFactory
createOne2Net
in interface NamedMigratableChannelEndFactory
name
- 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.