|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.net.dynamic.NamedMigratableChannelEndFactoryImpl
public class NamedMigratableChannelEndFactoryImpl
Implementation of the factory for creating named migratable networked channel ends.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.
Method Detail |
---|
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)
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |